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