-
Compose the specified Function to be called on the value returned
by this Function.
Returns a Function which wraps the specified
java.util.function.Function.
Compose the specified Function to be called to supply a value to
be consumed by this Function.
Compose the specified Function to be called on the value returned
by this Function.
Returns a java.util.function.Function which wraps the specified
Function and throws any thrown exceptions.
Returns a java.util.function.Function which wraps the specified
Function and the specified value.
Returns a java.util.function.Function which wraps the specified
Function and the specified java.util.function.Supplier.
Compose the specified Function to be called to supply a value to
be consumed by this Function.