Uses of Interface
io.virtdata.api.composers.FunctionComposer
-
Packages that use FunctionComposer Package Description io.virtdata.api.composers -
-
Uses of FunctionComposer in io.virtdata.api.composers
Classes in io.virtdata.api.composers that implement FunctionComposer Modifier and Type Class Description classComposerForDoubleFunctionclassComposerForDoubleToIntFunctionclassComposerForDoubleToLongFunctionclassComposerForDoubleUnaryOperatorclassComposerForFunctionclassComposerForIntFunctionclassComposerForIntToDoubleFunctionclassComposerForIntToLongFunctionclassComposerForIntUnaryOperatorclassComposerForLongFunctionclassComposerForLongToDoubleFunctionclassComposerForLongToIntFunctionclassComposerForLongUnaryOperatorclassFunctionAssemblyMethods in io.virtdata.api.composers that return FunctionComposer Modifier and Type Method Description FunctionComposerComposerForDoubleFunction. andThen(java.lang.Object outer)FunctionComposerComposerForDoubleToIntFunction. andThen(java.lang.Object outer)FunctionComposerComposerForDoubleToLongFunction. andThen(java.lang.Object outer)FunctionComposerComposerForDoubleUnaryOperator. andThen(java.lang.Object outer)FunctionComposerComposerForFunction. andThen(java.lang.Object outer)FunctionComposer<?>ComposerForIntFunction. andThen(java.lang.Object outer)FunctionComposer<?>ComposerForIntToDoubleFunction. andThen(java.lang.Object outer)FunctionComposerComposerForIntToLongFunction. andThen(java.lang.Object outer)FunctionComposer<?>ComposerForIntUnaryOperator. andThen(java.lang.Object outer)FunctionComposerComposerForLongFunction. andThen(java.lang.Object outer)FunctionComposerComposerForLongToDoubleFunction. andThen(java.lang.Object outer)FunctionComposerComposerForLongToIntFunction. andThen(java.lang.Object outer)FunctionComposer<?>ComposerForLongUnaryOperator. andThen(java.lang.Object outer)FunctionComposerFunctionAssembly. andThen(java.lang.Object outer)FunctionComposerFunctionComposer. andThen(java.lang.Object outer)
-