public abstract class UnaryVoidFunctionBase<S> extends FunctionBase implements UnaryVoidFunction<S>
| Constructor and Description |
|---|
UnaryVoidFunctionBase(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
eval(S arg1) |
void |
evaluate(S arg1) |
toStringCopyright © 2011–2019 Eclipse Foundation. All rights reserved.