public abstract class UnaryFunctionBase<S,R> extends FunctionBase implements UnaryFunction<S,R>
| Constructor and Description |
|---|
UnaryFunctionBase(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract R |
eval(S arg1) |
R |
evaluate(S arg1) |
toStringCopyright © 2011-2018 Eclipse Foundation. All Rights Reserved.