| Package | Description |
|---|---|
| rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
| rx.observers |
Default wrappers and implementations for the base reactive consumer classes and interfaces;
utility classes for creating them from callbacks.
|
| Class and Description |
|---|
| AssertableSubscriber
Interface for asserting the state of a sequence under testing with a
test()
method of a reactive base class. |
| Class and Description |
|---|
| AssertableSubscriber
Interface for asserting the state of a sequence under testing with a
test()
method of a reactive base class. |
| TestSubscriber
A
TestSubscriber is a variety of Subscriber that you can use for unit testing, to perform
assertions, inspect received events, or wrap a mocked Subscriber. |
Copyright © 2025. All rights reserved.