public final class DoWhileIterable<T> extends java.lang.Object implements java.lang.Iterable<T>
DoWhileIterable(java.lang.Iterable<? extends T> source, rx.functions.Func0<java.lang.Boolean> gate)
java.util.Iterator<T>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DoWhileIterable(java.lang.Iterable<? extends T> source, rx.functions.Func0<java.lang.Boolean> gate)
public java.util.Iterator<T> iterator()
iterator
java.lang.Iterable<T>