|
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of BinaryPredicate in uk.co.jezuk.mango |
|---|
| Methods in uk.co.jezuk.mango that return BinaryPredicate | ||
|---|---|---|
static
|
BinaryPredicates.And(BinaryPredicate<T1,T2> pred1,
BinaryPredicate<T1,T2> pred2)
A BinaryPredicate which returns the logical AND of two other BinaryPredicate. |
|
static
|
BinaryPredicates.Constant(boolean constant)
A BinaryPredicate which returns a precomputed constant value |
|
static
|
BinaryPredicates.EqualTo()
BinaryPredicate testing for equality. |
|
static
|
BinaryPredicates.False()
BinaryPredicates that always returns false |
|
static
|
BinaryPredicates.GreaterThan()
BinaryPredicate that returns true if x is greater than y. |
|
static
|
BinaryPredicates.GreaterThanEquals()
BinaryPredicate that returns true if x is greater than or equal to y. |
|
static
|
BinaryPredicates.LessThan()
BinaryPredicate that returns true if x is less than y. |
|
static
|
BinaryPredicates.LessThanEquals()
BinaryPredicate that returns true if x is less than or equal to y. |
|
static
|
BinaryPredicates.Not(BinaryPredicate<T1,T2> pred)
A BinaryPredicate which is the logical negation of some other BinaryPredicate. |
|
static
|
BinaryPredicates.NotEqualTo()
true if not(x.equals(y)), (x == null) && not(y == null) or not(x == null) && (y == null) |
|
static
|
BinaryPredicates.Or(BinaryPredicate<T1,T2> pred1,
BinaryPredicate<T1,T2> pred2)
A BinaryPredicate which returns the logical OR of two other BinaryPredicate. |
|
static
|
BinaryPredicates.True()
BinaryPredicates that always returns true |
|
| Methods in uk.co.jezuk.mango with parameters of type BinaryPredicate | ||
|---|---|---|
static
|
BinaryPredicates.And(BinaryPredicate<T1,T2> pred1,
BinaryPredicate<T1,T2> pred2)
A BinaryPredicate which returns the logical AND of two other BinaryPredicate. |
|
static
|
BinaryPredicates.And(BinaryPredicate<T1,T2> pred1,
BinaryPredicate<T1,T2> pred2)
A BinaryPredicate which returns the logical AND of two other BinaryPredicate. |
|
static
|
Bind.First(BinaryPredicate<T1,T2> p,
T1 c)
Special case which adapts a BinaryPredicate to a Predicate. |
|
static
|
BinaryPredicates.Not(BinaryPredicate<T1,T2> pred)
A BinaryPredicate which is the logical negation of some other BinaryPredicate. |
|
static
|
BinaryPredicates.Or(BinaryPredicate<T1,T2> pred1,
BinaryPredicate<T1,T2> pred2)
A BinaryPredicate which returns the logical OR of two other BinaryPredicate. |
|
static
|
BinaryPredicates.Or(BinaryPredicate<T1,T2> pred1,
BinaryPredicate<T1,T2> pred2)
A BinaryPredicate which returns the logical OR of two other BinaryPredicate. |
|
static
|
Bind.Second(BinaryPredicate<T1,T2> p,
T2 c)
Special case which adapts a BinaryPredicate to a Predicate. |
|
|
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||