Uses of Class
rx.subjects.ReplaySubject.ReplayState
Packages that use ReplaySubject.ReplayState
Package
Description
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.ReplayStateModifier and TypeFieldDescription(package private) final ReplaySubject.ReplayState
<T> ReplaySubject.ReplayProducer.state
Holds the back-reference to the replay state object.(package private) final ReplaySubject.ReplayState
<T> ReplaySubject.state
The state storing the history and the references.Constructors in rx.subjects with parameters of type ReplaySubject.ReplayStateModifierConstructorDescriptionReplayProducer
(Subscriber<? super T> actual, ReplaySubject.ReplayState<T> state) (package private)
ReplaySubject
(ReplaySubject.ReplayState<T> state)