Class TransformedFunction.Helper<X,T>
java.lang.Object
org.apache.commons.functor.core.composite.TransformedFunction.Helper<X,T>
- Type Parameters:
X- the adapted function argument type
- All Implemented Interfaces:
Serializable,Function<T>,Functor,NullaryFunctor
- Enclosing class:
TransformedFunction<T>
private static final class TransformedFunction.Helper<X,T>
extends Object
implements Function<T>, Serializable
Type-remembering helper.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate UnaryFunction<? super X, ? extends T> The following function.The preceding function.private static final longserialVersionUID declaration. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID declaration.- See Also:
-
preceding
The preceding function. -
following
The following function.
-
-
Constructor Details
-
Helper
Create a new Helper.- Parameters:
preceding- Functionfollowing- UnaryFunction
-
-
Method Details