public final class MaterializeIterable<T> extends java.lang.Object implements java.lang.Iterable<rx.Notification<T>>
MaterializeIterable(java.lang.Iterable<? extends T> source)
java.util.Iterator<rx.Notification<T>>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MaterializeIterable(java.lang.Iterable<? extends T> source)
public java.util.Iterator<rx.Notification<T>> iterator()
iterator
java.lang.Iterable<rx.Notification<T>>