Uses of Interface
org.apache.commons.lang3.function.TriFunction
-
Packages that use TriFunction Package Description org.apache.commons.lang3.function Provides functional interfaces to complement those injava.lang.function
and utilities for working with Java 8 lambdas. -
-
Uses of TriFunction in org.apache.commons.lang3.function
Methods in org.apache.commons.lang3.function that return TriFunction Modifier and Type Method Description default <W> TriFunction<T,U,V,W>
TriFunction. andThen(java.util.function.Function<? super R,? extends W> after)
Returns a composed function that first applies this function to its input, and then applies theafter
function to the result.
-