Example usage for Java java.util.function BiFunction fields, constructors, methods, implement or subclass
The text is from its open source code.
BiFunction | andThen(Function super R, ? extends V> after) Returns a composed function that first applies this function to its input, and then applies the after function to the result. |
R | apply(T t, U u) Applies this function to the given arguments. |