Package | Description |
---|---|
rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
rx.annotations |
Annotations for indicating experimental and beta operators, classes, methods, types or fields.
|
rx.exceptions |
Exception handling utilities, safe subscriber exception classes,
lifecycle exception classes.
|
rx.observables |
Classes extending the Observable base reactive class, synchronous and
asynchronous event generators.
|
rx.observers |
Default wrappers and implementations for the base reactive consumer classes and interfaces;
utility classes for creating them from callbacks.
|
rx.plugins |
Callback types and a central plugin handler class to hook into the lifecycle
of the base reactive types and schedulers.
|
rx.schedulers |
Scheduler implementations, value+time record classes and the standard factory class to
return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.
|
rx.singles |
Classes extending the Single base reactive class.
|
rx.subjects |
Classes extending the Observable base reactive class and implementing
the Observer interface at the same time (aka hot Observables).
|
Class and Description |
---|
Beta
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Experimental
Signifies that a public API (public class, method or field) is will almost certainly
be changed or removed in a future release.
|
Class and Description |
---|
Beta
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Experimental
Signifies that a public API (public class, method or field) is will almost certainly
be changed or removed in a future release.
|
Class and Description |
---|
Experimental
Signifies that a public API (public class, method or field) is will almost certainly
be changed or removed in a future release.
|
Class and Description |
---|
Beta
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Experimental
Signifies that a public API (public class, method or field) is will almost certainly
be changed or removed in a future release.
|
Class and Description |
---|
Experimental
Signifies that a public API (public class, method or field) is will almost certainly
be changed or removed in a future release.
|
Class and Description |
---|
Beta
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Experimental
Signifies that a public API (public class, method or field) is will almost certainly
be changed or removed in a future release.
|
Class and Description |
---|
Experimental
Signifies that a public API (public class, method or field) is will almost certainly
be changed or removed in a future release.
|
Class and Description |
---|
Experimental
Signifies that a public API (public class, method or field) is will almost certainly
be changed or removed in a future release.
|
Class and Description |
---|
Beta
Signifies that a public API (public class, method or field) is subject to
incompatible changes, or even removal, in a future release.
|
Experimental
Signifies that a public API (public class, method or field) is will almost certainly
be changed or removed in a future release.
|
Copyright © 2023. All rights reserved.