public final class DoOnNextIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
Constructor and Description |
---|
DoOnNextIterable(java.lang.Iterable<? extends T> source,
rx.functions.Action1<? super T> action) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
iterator() |