Package | Description |
---|---|
io.reactivex |
Base reactive classes:
Flowable , Observable ,
Single , Maybe and
Completable ; base reactive consumers;
other common base interfaces. |
io.reactivex.subscribers |
Default wrappers and implementations for Subscriber-based consumer classes and interfaces,
including disposable and resource-tracking variants and
the
TestSubscriber that allows unit testing
Flowable -based flows. |
Class and Description |
---|
TestSubscriber
A subscriber that records events and allows making assertions about them.
|
Class and Description |
---|
TestSubscriber
A subscriber that records events and allows making assertions about them.
|
Copyright © 2019. All rights reserved.