public class CompositeUnaryFunction<E,V,T> extends java.lang.Object implements UnaryFunction<E,V>
| Constructor and Description |
|---|
CompositeUnaryFunction(UnaryFunction<T,V> f,
UnaryFunction<E,T> g) |
| Modifier and Type | Method and Description |
|---|---|
V |
apply(E x) |
public CompositeUnaryFunction(UnaryFunction<T,V> f, UnaryFunction<E,T> g)
public V apply(E x)
apply in interface UnaryFunction<E,V>apply in interface UnaryFunctionEx<E,V>