| Class | Description |
|---|---|
| ConsumeIntoCollection<R extends Collection<E>,E> |
Consumes every element from the consumable into the collection provided by
the provider.
|
| ConsumeIntoMap<M extends Map<K,V>,K,V> |
Consumes every pair from the consumable into the map provided by the
provider.
|
| ConsumeIntoOutputIterator<E> |
A consumer pushing elements consumed into an OutputIterator.
|
| FirstElement<E> |
A unary delegate consuming the first element from an iterator.
|
| LastElement<E> |
A unary delegate consuming an iterator and yielding last element contained in
it.
|
| MaybeFirstElement<E> |
Searches the first element.
|
| MaybeLastElement<E> |
gives up only after consuming the last element (and returns it)
|
| MaybeOneElement<E> |
Searches for zero or one element, throws if more than one element is found.
|
| OneElement<E> |
A unary delegate consuming an iterator yielding the only element contained in
it.
|
Copyright © 2013. All Rights Reserved.