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) |
evaluatetoStringpublic UnaryFunctionCompImpl(UnaryFunction<T,R> second, UnaryFunction<S,T> first)