| Interface | Description |
|---|---|
| BinaryPredicate<T1,T2> |
A binary functor returning a boolean.
|
| Predicate<E> |
A unary functor returning a boolean
|
| Proposition |
A nullary functor returning a boolean
|
| TernaryPredicate<T1,T2,T3> |
A ternary functor returning a boolean.
|
| Class | Description |
|---|---|
| Always<E> |
A unary predicate always returning true.
|
| BinaryAlways<E1,E2> |
A binary predicate always returning true.
|
| BinaryNegator<T1,T2> |
Negates a predicate.
|
| BinaryNever<E1,E2> |
A binary predicate always returning false.
|
| Equals<T> |
A predicate evaluating equality between objects.
|
| HasNext<I extends Iterator<?>> |
Unary predicate matching iterators having a next value.
|
| IsTrue |
A unary predicate evaluating if passed element is true.
|
| Negator<T> |
Negates a predicate.
|
| Never<E> |
A unary predicate always returning false.
|
| No |
You don't.
|
| NotEquals<T> |
A unary predicate evaluating if objects are not equals.
|
| NotNull<T> |
A Predicate matching nonnull elements.
|
| TernaryAlways<E1,E2,E3> |
A ternary predicate always returning true.
|
| TernaryNegator<T1,T2,T3> |
Negates a predicate.
|
| TernaryNever<E1,E2,E3> |
A ternary predicate always returning false.
|
| Yes |
We can.
|
Copyright © 2013. All Rights Reserved.