public abstract class BinaryFunctionBase<S,T,R> extends FunctionBase implements BinaryFunction<S,T,R>
Constructor and Description |
---|
BinaryFunctionBase(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
abstract R |
eval(S arg1,
T arg2) |
R |
evaluate(S arg1,
T arg2) |
toString