Package | Description |
---|---|
rx.subjects |
Classes extending the Observable base reactive class and implementing
the Observer interface at the same time (aka hot Observables).
|
Modifier and Type | Method and Description |
---|---|
SerializedSubject<T,R> |
Subject.toSerialized()
Wraps a
Subject so that it is safe to call its various on methods from different threads. |
Copyright © 2021. All rights reserved.