Uses of Class
rx.subjects.SerializedSubject
-
Packages that use SerializedSubject 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 SerializedSubject in rx.subjects
Methods in rx.subjects that return SerializedSubject Modifier and Type Method Description SerializedSubject<T,R>
Subject. toSerialized()
Wraps aSubject
so that it is safe to call its variouson
methods from different threads.
-