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) |
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplyCopyright © 2011–2021 Eclipse Foundation. All rights reserved.