T
- the source value typeC
- the target collection typepublic final class CollectIterable<T,C>
extends java.lang.Object
implements java.lang.Iterable<C>
Constructor and Description |
---|
CollectIterable(java.lang.Iterable<? extends T> source,
rx.functions.Func0<C> collectionSupplier,
rx.functions.Action2<C,? super T> collector) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<C> |
iterator() |