public final class ZipIterable<V,T,U>
extends java.lang.Object
implements java.lang.Iterable<V>
| Constructor and Description |
|---|
ZipIterable(java.lang.Iterable<? extends U> right,
rx.functions.Func2<? super T,? super U,? extends V> combiner,
java.lang.Iterable<? extends T> left) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<V> |
iterator() |