Package | Description |
---|---|
io.reactivex |
Base reactive classes:
Flowable , Observable ,
Single , Maybe and
Completable ; base reactive consumers;
other common base interfaces. |
io.reactivex.disposables |
Default implementations for Disposable-based resource management
(Disposable container types) and utility classes to construct
Disposables from callbacks and other types.
|
io.reactivex.flowables |
Classes supporting the Flowable base reactive class:
ConnectableFlowable and
GroupedFlowable . |
io.reactivex.internal.disposables | |
io.reactivex.internal.fuseable |
Base interfaces and types for supporting operator-fusion.
|
io.reactivex.internal.observers | |
io.reactivex.internal.operators.completable | |
io.reactivex.internal.operators.flowable | |
io.reactivex.internal.operators.maybe | |
io.reactivex.internal.operators.mixed | |
io.reactivex.internal.operators.observable | |
io.reactivex.internal.operators.single | |
io.reactivex.internal.schedulers | |
io.reactivex.internal.subscribers | |
io.reactivex.internal.subscriptions | |
io.reactivex.internal.util | |
io.reactivex.observables |
Classes supporting the Observable base reactive class:
ConnectableObservable and
GroupedObservable . |
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.subjects |
Classes representing so-called hot sources, aka subjects, that implement a base reactive class and
the respective consumer type at once to allow forms of multicasting events to multiple
consumers as well as consuming another base reactive type of their kind.
|
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 |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Class and Description |
---|
Disposable
Represents a disposable resource.
|
Copyright © 2019. All rights reserved.