T - the source value typepublic final class AllIterable<T>
extends java.lang.Object
implements java.lang.Iterable<java.lang.Boolean>
| Constructor and Description |
|---|
AllIterable(java.lang.Iterable<? extends T> source,
rx.functions.Func1<? super T,java.lang.Boolean> predicate)
Constructor, initializes the fields.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<java.lang.Boolean> |
iterator() |