Uses of Interface
org.burningwave.core.function.TriFunction
| Package | Description |
|---|---|
| org.burningwave.core.function |
-
Uses of TriFunction in org.burningwave.core.function
Methods in org.burningwave.core.function that return TriFunction Modifier and Type Method Description default <V> TriFunction<P0,P1,P2,V>TriFunction. andThen(Function<? super R,? extends V> after)