public abstract class BinaryPredicateBase<S,T> extends FunctionBase implements BinaryPredicate<S,T>
| Constructor and Description |
|---|
BinaryPredicateBase(String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
eval(S arg1,
T arg2) |
boolean |
evaluate(S arg1,
T arg2) |
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittestand, negate, orCopyright © 2011–2021 Eclipse Foundation. All rights reserved.