Uses of Class
rx.subjects.SerializedSubject
Packages that use SerializedSubject
Package
Description
Classes extending the Observable base reactive class and implementing
the Observer interface at the same time (aka hot Observables).
-
Uses of SerializedSubject in rx.subjects
Methods in rx.subjects that return SerializedSubjectModifier and TypeMethodDescriptionfinal SerializedSubject
<T, R> Subject.toSerialized()
Wraps aSubject
so that it is safe to call its variouson
methods from different threads.