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