All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
<T extends Stage> Func<T,Boolean> |
always() |
<T extends Stage> Func<T,Boolean> |
and(Func<T,Boolean>... predicates) |
<T extends Stage,U> Func<T,Integer> |
compare(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> Func<T,Boolean> |
cond(Func<T,Boolean> cond,
Func<T,Boolean> then) |
<T extends Stage,U> Func<T,Boolean> |
eq(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> Func<T,Boolean> |
equals(Func<T,U> a,
Func<T,U> b) |
<T extends Stage,U> Func<T,Boolean> |
ge(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> Func<T,Boolean> |
gt(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> Func<T,Boolean> |
le(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage,U> Func<T,Boolean> |
lt(Func<T,Comparable<U>> a,
Func<T,U> b) |
<T extends Stage> Func<T,Boolean> |
not(Func<T,Boolean> predicate) |
<T extends Stage> Func<T,Boolean> |
or(Func<T,Boolean>... predicates) |