public class ImmutableObservable<T> extends java.lang.Object implements Observable<T>
Constructor and Description |
---|
ImmutableObservable() |
Modifier and Type | Method and Description |
---|---|
Disposable |
observe(Observer<? super T> observer)
Observers added will receive messages from this Observable.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aggregateBackpressure, aggregateBackpressure, collect, collectBackpressure, compose, concat, concat, concatMap, dropWhile, empty, executeOn, failingValue, filter, flatMap, get, getNext, map, materialize, merge, merge, mergeMap, observe, of, of, of, reduce, reduceBackpressure, reduceBackpressure, reduceBackpressure, repeating, requestNext, requestUnbounded, retrying, softReference, softReference, synchronize, synchronize, takeWhile, then, thenAfter, toObservable, toValue, toValue, toValue, tryGet, upcast, value, weakReference, weakReference
public Disposable observe(Observer<? super T> observer)
Observable
observe
in interface Observable<T>
observer
- an observer to add