Package io.virtdata.api.composers
Class ComposerForLongUnaryOperator
- java.lang.Object
-
- io.virtdata.api.composers.ComposerForLongUnaryOperator
-
- All Implemented Interfaces:
FunctionComposer<java.util.function.LongUnaryOperator>
public class ComposerForLongUnaryOperator extends java.lang.Object implements FunctionComposer<java.util.function.LongUnaryOperator>
-
-
Constructor Summary
Constructors Constructor Description ComposerForLongUnaryOperator(java.util.function.LongUnaryOperator inner)
-
Method Summary
Modifier and Type Method Description FunctionComposer<?>andThen(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.LongUnaryOperator>
-
andThen
public FunctionComposer<?> andThen(java.lang.Object outer)
- Specified by:
andThenin interfaceFunctionComposer<java.util.function.LongUnaryOperator>
-
-