public final class UsingIterable<T,U extends java.io.Closeable>
extends java.lang.Object
implements java.lang.Iterable<T>
Constructor and Description |
---|
UsingIterable(rx.functions.Func0<U> resource,
rx.functions.Func1<? super U,java.lang.Iterable<? extends T>> usage) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
iterator() |