Function
.
This is a functional interface
whose functional method is apply(Object, Object)
.
Function
Modifier and Type | Method and Description |
---|---|
public default < the type of output of the V> BiFunctionafter function, and of the
composed function | Returns: a composed function that first applies this function and then applies theafter functionthe function to apply after this function is applied after)Returns a composed function that first applies this function to
its input, and then applies the |
public R | Returns: the function resultthe first function argument t, U the second function argument u)Applies this function to the given arguments. |
andThen | back to summary |
---|---|
public default <V> BiFunction Returns a composed function that first applies this function to
its input, and then applies the
|
apply | back to summary |
---|---|
public R apply(T t, U u) Applies this function to the given arguments.
|