Package io.virtdata.api.composers
Class FunctionAssembly
- java.lang.Object
-
- io.virtdata.api.composers.FunctionAssembly
-
- All Implemented Interfaces:
FunctionComposer
public class FunctionAssembly extends java.lang.Object implements FunctionComposer
-
-
Constructor Summary
Constructors Constructor Description FunctionAssembly()
-
Method Summary
Modifier and Type Method Description FunctionComposerandThen(java.lang.Object outer)java.lang.ObjectgetFunctionObject()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
-
andThen
public FunctionComposer andThen(java.lang.Object outer)
- Specified by:
andThenin interfaceFunctionComposer
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-