| Class | Description |
|---|---|
| Collapsed<T> | |
| Conditional<T> | |
| First<T> |
The first value of an
Iterable. |
| FirstPresent<T> |
The first present value of an
Iterable of Optionals. |
| MapEntry<K,V> |
An
Optional element of a Map. |
| Next<E> |
The next value of an
Iterator. |
| NextPresent<T> |
The next present value in the given
Iterator of Optionals. |
| SinglePresent<T> |