public abstract class BinaryFunctionBase<S,T,R> extends FunctionBase implements BinaryFunction<S,T,R>
| Constructor and Description |
|---|
BinaryFunctionBase(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract R |
eval(S arg1,
T arg2) |
R |
evaluate(S arg1,
T arg2) |
toStringCopyright © 2011–2019 Eclipse Foundation. All rights reserved.