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