| Class | Description |
|---|---|
| AllMatchingBinaryPredicate<E1,E2> |
A composite binary predicate yielding true when every predicate match (no
further predicate is evaluated beyond the first returning false)
|
| AllMatchingPredicate<E> |
A composite unary predicate yielding true when every predicate match (no
further predicate is evaluated beyond the first returning false)
|
| AllMatchingTernaryPredicate<E1,E2,E3> |
A composite ternary predicate yielding true when every predicate match (no
further predicate is evaluated beyond the first returning false)
|
| FirstMatchingBinaryPredicate<E1,E2> |
A composite binary predicate yielding true when the first predicate matches
(no further predicate is evaluated beyond the first returning true)
|
| FirstMatchingPredicate<E> |
A composite unary predicate yielding true when the first predicate matches
(no further predicate is evaluated beyond the first returning true)
|
| FirstMatchingTernaryPredicate<E1,E2,E3> |
A composite ternary predicate yielding true when the first predicate matches
(no further predicate is evaluated beyond the first returning true)
|
| PipelinedAction<E> |
A composite unary functor with no return value.
|
| PipelinedBinaryAction<E1,E2> |
A composite binary functor with no return value.
|
| PipelinedTernaryAction<E1,E2,E3> |
A composite ternary functor with no return value.
|
Copyright © 2016. All rights reserved.