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> TestSubject<T> |
TestSubject.create(TestScheduler scheduler)
Creates and returns a new
TestSubject . |
Copyright © 2021. All rights reserved.