public interface FunctionComposer<T>
| Modifier and Type | Method and Description |
|---|---|
FunctionComposer |
andThen(Object outer) |
default <R> DataMapper<R> |
getDataMapper() |
Object |
getFunctionObject() |
default ResolvedFunction |
getResolvedFunction() |
Object getFunctionObject()
FunctionComposer andThen(Object outer)
default ResolvedFunction getResolvedFunction()
default <R> DataMapper<R> getDataMapper()
Copyright © 2017. All rights reserved.