Class FunctionAdapter<F,I,O>
java.lang.Object
io.github.toolfactory.jvm.function.util.FunctionAdapter<F,I,O>
- Direct Known Subclasses:
ConsulterSupplyFunction
,DeepConsulterSupplyFunction
public abstract class FunctionAdapter<F,I,O> extends Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description FunctionAdapter()
FunctionAdapter(F function)
-
Method Summary
Modifier and Type Method Description abstract O
apply(I input)
F
getFunction()
FunctionAdapter<F,I,O>
setFunction(F function)
-
Field Details
-
function
-
-
Constructor Details
-
FunctionAdapter
public FunctionAdapter() -
FunctionAdapter
-
-
Method Details
-
setFunction
-
getFunction
-
apply
-