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