public static class Factory.UnaryFunctionCompImpl<S,T,R> extends UnaryFunctionBase<S,R>
Constructor and Description |
---|
UnaryFunctionCompImpl(UnaryFunction<T,R> second,
UnaryFunction<S,T> first) |
Modifier and Type | Method and Description |
---|---|
R |
eval(S arg) |
evaluate
toString
public UnaryFunctionCompImpl(UnaryFunction<T,R> second, UnaryFunction<S,T> first)