Uses of Package
rx.annotations
Packages that use rx.annotations
Package
Description
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
Annotations for indicating experimental and beta operators, classes, methods, types or fields.
Exception handling utilities, safe subscriber exception classes,
lifecycle exception classes.
Classes extending the Observable base reactive class, synchronous and
asynchronous event generators.
Default wrappers and implementations for the base reactive consumer classes and interfaces;
utility classes for creating them from callbacks.
Callback types and a central plugin handler class to hook into the lifecycle
of the base reactive types and 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.
Classes extending the Single base reactive class.
Classes extending the Observable base reactive class and implementing
the Observer interface at the same time (aka hot Observables).
-
Classes in rx.annotations used by rxClassDescriptionSignifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.Signifies that a public API (public class, method or field) is will almost certainly be changed or removed in a future release.
-
Classes in rx.annotations used by rx.annotationsClassDescriptionSignifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.Signifies that a public API (public class, method or field) is will almost certainly be changed or removed in a future release.
-
Classes in rx.annotations used by rx.exceptionsClassDescriptionSignifies that a public API (public class, method or field) is will almost certainly be changed or removed in a future release.
-
Classes in rx.annotations used by rx.internal.schedulersClassDescriptionSignifies that a public API (public class, method or field) is will almost certainly be changed or removed in a future release.
-
Classes in rx.annotations used by rx.internal.utilClassDescriptionSignifies that a public API (public class, method or field) is will almost certainly be changed or removed in a future release.
-
Classes in rx.annotations used by rx.observablesClassDescriptionSignifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.Signifies that a public API (public class, method or field) is will almost certainly be changed or removed in a future release.
-
Classes in rx.annotations used by rx.observersClassDescriptionSignifies that a public API (public class, method or field) is will almost certainly be changed or removed in a future release.
-
Classes in rx.annotations used by rx.pluginsClassDescriptionSignifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.Signifies that a public API (public class, method or field) is will almost certainly be changed or removed in a future release.
-
Classes in rx.annotations used by rx.schedulersClassDescriptionSignifies that a public API (public class, method or field) is will almost certainly be changed or removed in a future release.
-
Classes in rx.annotations used by rx.singlesClassDescriptionSignifies that a public API (public class, method or field) is will almost certainly be changed or removed in a future release.
-
Classes in rx.annotations used by rx.subjectsClassDescriptionSignifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.Signifies that a public API (public class, method or field) is will almost certainly be changed or removed in a future release.