Package | Description |
---|---|
io.reactivex |
Base reactive classes:
Flowable , Observable ,
Single , Maybe and
Completable ; base reactive consumers;
other common base interfaces. |
io.reactivex.annotations |
Annotations for indicating experimental and beta operators, classes, methods, types or fields.
|
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.exceptions |
Exception handling utilities, safe subscriber exception classes,
lifecycle exception classes.
|
io.reactivex.flowables |
Classes supporting the Flowable base reactive class:
ConnectableFlowable and
GroupedFlowable . |
io.reactivex.functions |
Functional interfaces of functions and actions of arity 0 to 9 and related
utility classes.
|
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.queue | |
io.reactivex.internal.schedulers | |
io.reactivex.internal.subscriptions | |
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.parallel |
Contains the base type
ParallelFlowable ,
a sub-DSL for working with Flowable sequences in parallel. |
io.reactivex.plugins |
Contains the central plugin handler
RxJavaPlugins
class to hook into the lifecycle of the base reactive types and schedulers. |
io.reactivex.processors |
Classes extending the Flowable base reactive class and implementing
the Subscriber interface at the same time (aka hot Flowables).
|
io.reactivex.schedulers |
Scheduler implementations, value+time record class and the standard factory class to
return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.
|
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.
|
Class and Description |
---|
BackpressureSupport
Indicates the backpressure support kind of the associated operator or class.
|
Beta
Indicates the feature is in beta state: it will be most likely stay but
the signature may change between versions without warning.
|
CheckReturnValue
Marks methods whose return values should be checked.
|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
SchedulerSupport
Indicates what kind of scheduler the class or method uses.
|
Class and Description |
---|
BackpressureKind
Enumeration for various kinds of backpressure support.
|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
Class and Description |
---|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
Class and Description |
---|
Beta
Indicates the feature is in beta state: it will be most likely stay but
the signature may change between versions without warning.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Class and Description |
---|
BackpressureSupport
Indicates the backpressure support kind of the associated operator or class.
|
CheckReturnValue
Marks methods whose return values should be checked.
|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
SchedulerSupport
Indicates what kind of scheduler the class or method uses.
|
Class and Description |
---|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Class and Description |
---|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
Class and Description |
---|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
Class and Description |
---|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
Class and Description |
---|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
Class and Description |
---|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
Class and Description |
---|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
Class and Description |
---|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
Class and Description |
---|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
Class and Description |
---|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
Class and Description |
---|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
Class and Description |
---|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
Class and Description |
---|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
Class and Description |
---|
CheckReturnValue
Marks methods whose return values should be checked.
|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
SchedulerSupport
Indicates what kind of scheduler the class or method uses.
|
Class and Description |
---|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Class and Description |
---|
BackpressureSupport
Indicates the backpressure support kind of the associated operator or class.
|
Beta
Indicates the feature is in beta state: it will be most likely stay but
the signature may change between versions without warning.
|
CheckReturnValue
Marks methods whose return values should be checked.
|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
SchedulerSupport
Indicates what kind of scheduler the class or method uses.
|
Class and Description |
---|
Beta
Indicates the feature is in beta state: it will be most likely stay but
the signature may change between versions without warning.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
Class and Description |
---|
BackpressureSupport
Indicates the backpressure support kind of the associated operator or class.
|
CheckReturnValue
Marks methods whose return values should be checked.
|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
SchedulerSupport
Indicates what kind of scheduler the class or method uses.
|
Class and Description |
---|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Class and Description |
---|
CheckReturnValue
Marks methods whose return values should be checked.
|
Experimental
Indicates the feature is in experimental state: its existence, signature or behavior
might change without warning from one release to the next.
|
NonNull
Indicates that a field/parameter/variable/return type is never null.
|
Nullable
Indicates that a field/parameter/variable/return type may be null.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.