Uses of Interface
com.helger.commons.functional.IBiFunction
-
Packages that use IBiFunction Package Description com.helger.commons.functional -
-
Uses of IBiFunction in com.helger.commons.functional
Methods in com.helger.commons.functional that return IBiFunction Modifier and Type Method Description default <V> IBiFunction<T,U,V>IBiFunction. andThen(Function<? super R,? extends V> aAfter)Returns a composed function that first applies this function to its input, and then applies theafterfunction to the result.
-