Uses of Class
rx.internal.operators.CachedObservable
Packages that use CachedObservable
Package
Description
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
-
Uses of CachedObservable in rx.internal.operators
Methods in rx.internal.operators that return CachedObservableModifier and TypeMethodDescriptionstatic <T> CachedObservable
<T> CachedObservable.from
(Observable<? extends T> source) Creates a cached Observable with a default capacity hint of 16.static <T> CachedObservable
<T> CachedObservable.from
(Observable<? extends T> source, int capacityHint) Creates a cached Observable with the given capacity hint.