|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object universe.List.Pred<X>
public abstract static class List.Pred<X>
Select Elements of a List
Constructor Summary | |
---|---|
List.Pred()
|
Method Summary | |
---|---|
abstract boolean |
huh(X x)
Is this predicate true for the given X? |
List.Pred<X> |
negate()
Return a Predicate that is the negation of this one |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public List.Pred()
Method Detail |
---|
public abstract boolean huh(X x)
public List.Pred<X> negate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |