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