Package | Description |
---|---|
rx.schedulers |
Scheduler implementations, value+time record classes and the standard factory class to
return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.
|
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 TestScheduler |
Schedulers.test()
Creates and returns a
TestScheduler , which is useful for debugging. |
Modifier and Type | Method and Description |
---|---|
static <T> TestSubject<T> |
TestSubject.create(TestScheduler scheduler)
Creates and returns a new
TestSubject . |
Constructor and Description |
---|
TestSubject(Observable.OnSubscribe<T> onSubscribe,
rx.subjects.SubjectSubscriptionManager<T> state,
TestScheduler scheduler) |
Copyright © 2022. All rights reserved.