public abstract class UnaryFunctionBase<S,R> extends FunctionBase implements UnaryFunction<S,R>
Constructor and Description |
---|
UnaryFunctionBase(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
abstract R |
eval(S arg1) |
R |
evaluate(S arg1) |
toString