public final class DoWhileIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Constructor and Description |
---|
DoWhileIterable(java.lang.Iterable<? extends T> source,
rx.functions.Func0<java.lang.Boolean> gate) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
iterator() |