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