public final class FilterIndexedIterable<T>
extends java.lang.Object
implements java.lang.Iterable<T>
| Constructor and Description |
|---|
FilterIndexedIterable(java.lang.Iterable<? extends T> source,
rx.functions.Func0<? extends rx.functions.Func2<? super java.lang.Integer,? super T,java.lang.Boolean>> predicateFactory) |