Package io.virtdata.api.composers
Class ComposerForFunction
- java.lang.Object
-
- io.virtdata.api.composers.ComposerForFunction
-
- All Implemented Interfaces:
FunctionComposer<java.util.function.Function<?,?>>
public class ComposerForFunction extends java.lang.Object implements FunctionComposer<java.util.function.Function<?,?>>
-
-
Constructor Summary
Constructors Constructor Description ComposerForFunction(java.util.function.Function<?,?> inner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FunctionComposerandThen(java.lang.Object outer)java.lang.ObjectgetFunctionObject()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.virtdata.api.composers.FunctionComposer
getDataMapper, getResolvedFunction, getResolvedFunction
-
-
-
-
Method Detail
-
getFunctionObject
public java.lang.Object getFunctionObject()
- Specified by:
getFunctionObjectin interfaceFunctionComposer<java.util.function.Function<?,?>>
-
andThen
public FunctionComposer andThen(java.lang.Object outer)
- Specified by:
andThenin interfaceFunctionComposer<java.util.function.Function<?,?>>
-
-