|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.saager.enumerator.Predicate<T>
public abstract class Predicate<T>
Field Summary | |
---|---|
(package private) static Predicate<java.lang.Object> |
TAUTOLOGIC
|
Constructor Summary | |
---|---|
Predicate()
|
Method Summary | |
---|---|
Predicate<T> |
and(Predicate predicate)
|
Predicate<T> |
either(Predicate clause)
|
protected abstract boolean |
matches(T obj)
|
Predicate<T> |
not()
|
Predicate<T> |
or(Predicate clause)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final Predicate<java.lang.Object> TAUTOLOGIC
Constructor Detail |
---|
public Predicate()
Method Detail |
---|
public final Predicate<T> or(Predicate clause)
public final Predicate<T> either(Predicate clause)
public final Predicate<T> and(Predicate predicate)
public final Predicate<T> not()
protected abstract boolean matches(T obj)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |