Flowable of a number of items followed by either an error or
completion.Flowable like Flowable.cache()
except that the cache can be reset by calling
CachedFlowable.reset().Flowable like Flowable.cache()
except that the cache can be reset by calling
CachedFlowable.reset() and the cache will be automatically
reset an interval after first subscription (or first subscription after
reset).Flowable like Flowable.cache()
except that the cache may be reset by the user calling
CloseableFlowableWithReset.reset().Flowable like Flowable.cache()
except that the cache can be reset by calling
CachedFlowable.reset().Observable like Observable.cache()
except that the cache can be reset by calling
reset() and the cache will be automatically
reset an interval after first subscription (or first subscription after
reset).Observable like Observable.cache()
except that the cache may be reset by the user calling
CloseableObservableWithReset.reset().InputStream between 1 and bufferSize bytes.InputStream of 8192 bytes.InputStream as a
Flowable stream.File as a
Flowable stream.File as a
Flowable stream.Function parameter of
Flowable.retryWhen(Function).Flowable streams to
ObjectOutputStreams and reading Flowable streams of
indeterminate size from ObjectInputStreams.ObjectOutputStream.Copyright © 2013–2018. All rights reserved.