Uses of Class
rx.subjects.ReplaySubject.ReplayState
-
Packages that use ReplaySubject.ReplayState Package Description rx.subjects Classes extending the Observable base reactive class and implementing the Observer interface at the same time (aka hot Observables). -
-
Uses of ReplaySubject.ReplayState in rx.subjects
Fields in rx.subjects declared as ReplaySubject.ReplayState Modifier and Type Field Description (package private) ReplaySubject.ReplayState<T>
ReplaySubject.ReplayProducer. state
Holds the back-reference to the replay state object.(package private) ReplaySubject.ReplayState<T>
ReplaySubject. state
The state storing the history and the references.Constructors in rx.subjects with parameters of type ReplaySubject.ReplayState Constructor Description ReplayProducer(Subscriber<? super T> actual, ReplaySubject.ReplayState<T> state)
ReplaySubject(ReplaySubject.ReplayState<T> state)
-