| 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)
|
| PipelinedBinaryConsumer<E1,E2> |
A composite binary functor with no return value.
|
| PipelinedConsumer<E> |
A composite unary functor with no return value.
|
| PipelinedTernaryConsumer<E1,E2,E3> |
A composite ternary functor with no return value.
|
Copyright © 2017. All rights reserved.