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 |
---|---|
static <T> PublishSubject<T> |
PublishSubject.create()
Creates and returns a new
PublishSubject . |
Copyright © 2020. All rights reserved.