Interface FunctionComposer<T>
- All Known Implementing Classes:
ComposerForDoubleFunction,ComposerForDoubleToIntFunction,ComposerForDoubleToLongFunction,ComposerForDoubleUnaryOperator,ComposerForFunction,ComposerForIntFunction,ComposerForIntToDoubleFunction,ComposerForIntToLongFunction,ComposerForIntUnaryOperator,ComposerForLongFunction,ComposerForLongToDoubleFunction,ComposerForLongToIntFunction,ComposerForLongUnaryOperator,FunctionAssembly
public interface FunctionComposer<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault <R> DataMapper<R> default ResolvedFunctiondefault ResolvedFunctiongetResolvedFunction(boolean isThreadSafe)
-
Method Details
-
getFunctionObject
Object getFunctionObject() -
andThen
-
getResolvedFunction
-
getResolvedFunction
-
getDataMapper
-