Package io.virtdata.api.composers
Class ComposerForIntFunction
- java.lang.Object
-
- io.virtdata.api.composers.ComposerForIntFunction
-
- All Implemented Interfaces:
FunctionComposer<java.util.function.IntFunction<?>>
public class ComposerForIntFunction extends java.lang.Object implements FunctionComposer<java.util.function.IntFunction<?>>
-
-
Constructor Summary
Constructors Constructor Description ComposerForIntFunction(java.util.function.IntFunction<?> 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
-
andThen
public FunctionComposer<?> andThen(java.lang.Object outer)
- Specified by:
andThenin interfaceFunctionComposer<java.util.function.IntFunction<?>>
-
getFunctionObject
public java.lang.Object getFunctionObject()
- Specified by:
getFunctionObjectin interfaceFunctionComposer<java.util.function.IntFunction<?>>
-
-