Class Functions
java.lang.Object
org.apache.commons.lang3.function.Functions
Factory for
Function
.- Since:
- 3.14.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Functions
private Functions()
-
-
Method Details
-
function
Starts a fluent chain likefunction(foo::bar).andThen(...).andThen(...).apply(...);
- Type Parameters:
T
- Input type.R
- Return type.- Parameters:
function
- the argument to return.- Returns:
- the argument
-