| Package | Description |
|---|---|
| rx.schedulers |
Rx Schedulers
|
| rx.subjects |
| 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 © 2016. All rights reserved.