public final class SingleIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Iterable which iterates the sole value of a Single.| Constructor and Description |
|---|
SingleIterable(Single<T> single) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<T> |
iterator() |