| Class | Description |
|---|---|
| OptionalIterable<T> |
An
Iterable which iterates the elements of an Optional Iterable or nothing if the Optional is not present. |
| PresentValues<E> | Deprecated
in favour of
PresentValues |
| Seq<T> | Deprecated
in favour of
Seq |
| SingleIterable<T> |
An
Iterable which iterates the sole value of a Single. |