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