All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static <A> Predicate<A> |
and(Predicate<? super A> p,
Predicate<? super A> q) |
static <A> Predicate<A> |
bottom() |
static <A> Function<A,Boolean> |
characteristic(Predicate<A> pred) |
static <A> void |
classify(Predicate<? super A> pred,
Set<A> in,
Set<A> positive,
Set<A> negative) |
static <A> Predicate<A> |
contains(Collection<? super A> c) |
static <A> Predicate<A> |
containsKey(Map<? super A,?> map) |
static <A> Predicate<A> |
eq(A a) |
static <A> Predicate<A> |
equalsForward(Object a) |
static <A> Predicate<A> |
equalsReverse(Object a) |
static <A extends Comparable<? super A>> Predicate<A> |
geq(A a) |
static <A extends Comparable<? super A>> Predicate<A> |
gt(A a) |
static <A> Predicate<A> |
instanceOf(Class<?> c) |
static <A extends Comparable<? super A>> Predicate<A> |
leq(A a) |
static <A extends Comparable<? super A>> Predicate<A> |
lt(A a) |
static <A> Predicate<A> |
not(Predicate<A> p) |
static <A> Predicate<A> |
notNull() |
static <A> Predicate<A> |
or(Predicate<? super A> p,
Predicate<? super A> q) |
static <A> Predicate<A> |
test(Function<A,Boolean> fun) |
static <A> Predicate<A> |
top() |
static <A,B> Predicate<A> |
totalize(Class<B> c,
Predicate<? super B> pred) |
static <A> Predicate<A> |
xor(Predicate<? super A> p,
Predicate<? super A> q) |