public static final class RxIterator.FlowableIterator<T> extends Object implements Iterator<T>
FlowableIterator(io.reactivex.Flowable<T> source)
boolean
hasNext()
T
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public FlowableIterator(io.reactivex.Flowable<T> source)
public boolean hasNext()
hasNext
Iterator<T>
public T next()
next
Copyright © 2018. All rights reserved.