| Method and Description |
|---|
| rx.subjects.Subject.getThrowable()
this method will be moved to each Subject class individually in the next release
|
| rx.subjects.SerializedSubject.getThrowable()
this method is scheduled to be removed in the next release
|
| rx.subjects.Subject.getValue()
this method will be moved to each Subject class individually in the next release
|
| rx.subjects.SerializedSubject.getValue()
this method is scheduled to be removed in the next release
|
| rx.subjects.PublishSubject.getValue()
this method is scheduled to be removed in the next release
|
| rx.subjects.Subject.getValues()
this method will be moved to each Subject class individually in the next release
|
| rx.subjects.SerializedSubject.getValues()
this method is scheduled to be removed in the next release
|
| rx.subjects.PublishSubject.getValues()
this method is scheduled to be removed in the next release
|
| rx.subjects.Subject.getValues(T[])
this method will be moved to each Subject class individually in the next release
|
| rx.subjects.AsyncSubject.getValues(T[]) |
| rx.subjects.SerializedSubject.getValues(T[])
this method is scheduled to be removed in the next release
|
| rx.subjects.PublishSubject.getValues(T[])
this method is scheduled to be removed in the next release
|
| rx.subjects.Subject.hasCompleted()
this method will be moved to each Subject class individually in the next release
|
| rx.subjects.SerializedSubject.hasCompleted()
this method is scheduled to be removed in the next release
|
| rx.subjects.Subject.hasThrowable()
this method will be moved to each Subject class individually in the next release
|
| rx.subjects.SerializedSubject.hasThrowable()
this method is scheduled to be removed in the next release
|
| rx.subjects.Subject.hasValue()
this method will be moved to each Subject class individually in the next release
|
| rx.subjects.SerializedSubject.hasValue()
this method is scheduled to be removed in the next release
|
| rx.subjects.PublishSubject.hasValue()
this method is scheduled to be removed in the next release
|
| rx.Observable.onBackpressureBlock()
The operator doesn't work properly with Observable and is prone to deadlocks. It will be removed/unavailable starting from 1.1.
|
| rx.Observable.onBackpressureBlock(int)
The operator doesn't work properly with Observable and is prone to deadlocks. It will be removed/unavailable starting from 1.1.
|
| rx.Observable.timer(long, long, TimeUnit)
use Observable instead
|
| rx.Observable.timer(long, long, TimeUnit, Scheduler) |