Package | Description |
---|---|
rx.internal.operators |
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
|
Modifier and Type | Method and Description |
---|---|
static <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.
|
Copyright © 2018. All rights reserved.