| Interface | Description |
|---|---|
| TriPredicate<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.
|
| BinaryNever<E1,E2> |
A binary predicate always returning false.
|
| IsTrue |
A unary predicate evaluating if passed element is true.
|
| Never<E> |
A unary predicate always returning false.
|
| No |
You don't.
|
| NotNull<T> |
A Predicate matching nonnull elements.
|
| TernaryAlways<E1,E2,E3> |
A ternary predicate always returning true.
|
| TernaryNever<E1,E2,E3> |
A ternary predicate always returning false.
|
| Yes |
We can.
|
Copyright © 2017. All rights reserved.