| Constructor and Description |
|---|
FunctorWrapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getFunctor()
Override this method if you are using this class to wrap a Functor that does not
implement this interface natively.
|
<T> Functor<T> |
withFunctor(T functor)
Will attempt to create a new instance of this functor type via constructor reflection
if this is a wrapped Functor (i.e.
|
public java.lang.Object getFunctor()
FunctorgetFunctor in interface Functor<T>public <T> Functor<T> withFunctor(T functor)
FunctorwithFunctor in interface Functor<T>