|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.Predicate<T>
public abstract class Predicate<T>
Nested Class Summary | |
---|---|
static class |
Predicate.Constant<T>
|
Constructor Summary | |
---|---|
Predicate()
|
Method Summary | |
---|---|
abstract boolean |
evaluate(T t)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Predicate()
Method Detail |
---|
public abstract boolean evaluate(T t)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |