Package | Description |
---|---|
io.reactivex |
Base reactive classes:
Flowable , Observable ,
Single , Maybe and
Completable ; base reactive consumers;
other common base interfaces. |
io.reactivex.internal.observers | |
io.reactivex.internal.operators.maybe | |
io.reactivex.internal.subscribers | |
io.reactivex.observers |
Default wrappers and implementations for Observer-based consumer classes and interfaces,
including disposable and resource-tracking variants and
the
TestObserver that allows unit testing
Observable -, Single -, Maybe -
and Completable -based flows. |
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 |
---|
TestObserver
An Observer that records events and allows making assertions about them.
|
Class and Description |
---|
LambdaConsumerIntrospection
An interface that indicates that the implementing type is composed of individual components and exposes information
about their behavior.
|
Class and Description |
---|
LambdaConsumerIntrospection
An interface that indicates that the implementing type is composed of individual components and exposes information
about their behavior.
|
Class and Description |
---|
LambdaConsumerIntrospection
An interface that indicates that the implementing type is composed of individual components and exposes information
about their behavior.
|
Class and Description |
---|
BaseTestConsumer
Base class with shared infrastructure to support TestSubscriber and TestObserver.
|
BaseTestConsumer.TestWaitStrategy
Enumeration of default wait strategies when waiting for a specific number of
items in
BaseTestConsumer.awaitCount(int, Runnable) . |
TestObserver
An Observer that records events and allows making assertions about them.
|
Class and Description |
---|
BaseTestConsumer
Base class with shared infrastructure to support TestSubscriber and TestObserver.
|
Copyright © 2019. All rights reserved.