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.functions | |
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.parallel | |
io.reactivex.internal.operators.single | |
io.reactivex.internal.schedulers | |
io.reactivex.internal.subscribers | |
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.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.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 |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
BiConsumer
A functional interface (callback) that accepts two values (of possibly different types).
|
BiFunction
A functional interface (callback) that computes a value based on multiple input values.
|
BiPredicate
A functional interface (callback) that returns true or false for the given input values.
|
BooleanSupplier
A functional interface (callback) that returns a boolean value.
|
Cancellable
A functional interface that has a single cancel method
that can throw.
|
Consumer
A functional interface (callback) that accepts a single value.
|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
Function3
A functional interface (callback) that computes a value based on multiple input values.
|
Function4
A functional interface (callback) that computes a value based on multiple input values.
|
Function5
A functional interface (callback) that computes a value based on multiple input values.
|
Function6
A functional interface (callback) that computes a value based on multiple input values.
|
Function7
A functional interface (callback) that computes a value based on multiple input values.
|
Function8
A functional interface (callback) that computes a value based on multiple input values.
|
Function9
A functional interface (callback) that computes a value based on multiple input values.
|
LongConsumer
A functional interface (callback) that consumes a primitive long value.
|
Predicate
A functional interface (callback) that returns true or false for the given input value.
|
Class and Description |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
Class and Description |
---|
Consumer
A functional interface (callback) that accepts a single value.
|
Class and Description |
---|
Cancellable
A functional interface that has a single cancel method
that can throw.
|
Class and Description |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
BiConsumer
A functional interface (callback) that accepts two values (of possibly different types).
|
BiFunction
A functional interface (callback) that computes a value based on multiple input values.
|
BiPredicate
A functional interface (callback) that returns true or false for the given input values.
|
BooleanSupplier
A functional interface (callback) that returns a boolean value.
|
Consumer
A functional interface (callback) that accepts a single value.
|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
Function3
A functional interface (callback) that computes a value based on multiple input values.
|
Function4
A functional interface (callback) that computes a value based on multiple input values.
|
Function5
A functional interface (callback) that computes a value based on multiple input values.
|
Function6
A functional interface (callback) that computes a value based on multiple input values.
|
Function7
A functional interface (callback) that computes a value based on multiple input values.
|
Function8
A functional interface (callback) that computes a value based on multiple input values.
|
Function9
A functional interface (callback) that computes a value based on multiple input values.
|
LongConsumer
A functional interface (callback) that consumes a primitive long value.
|
Predicate
A functional interface (callback) that returns true or false for the given input value.
|
Class and Description |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
BiConsumer
A functional interface (callback) that accepts two values (of possibly different types).
|
Consumer
A functional interface (callback) that accepts a single value.
|
Predicate
A functional interface (callback) that returns true or false for the given input value.
|
Class and Description |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
Consumer
A functional interface (callback) that accepts a single value.
|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
Predicate
A functional interface (callback) that returns true or false for the given input value.
|
Class and Description |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
BiConsumer
A functional interface (callback) that accepts two values (of possibly different types).
|
BiFunction
A functional interface (callback) that computes a value based on multiple input values.
|
BiPredicate
A functional interface (callback) that returns true or false for the given input values.
|
BooleanSupplier
A functional interface (callback) that returns a boolean value.
|
Consumer
A functional interface (callback) that accepts a single value.
|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
LongConsumer
A functional interface (callback) that consumes a primitive long value.
|
Predicate
A functional interface (callback) that returns true or false for the given input value.
|
Class and Description |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
BiConsumer
A functional interface (callback) that accepts two values (of possibly different types).
|
BiFunction
A functional interface (callback) that computes a value based on multiple input values.
|
BiPredicate
A functional interface (callback) that returns true or false for the given input values.
|
Consumer
A functional interface (callback) that accepts a single value.
|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
Predicate
A functional interface (callback) that returns true or false for the given input value.
|
Class and Description |
---|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
Class and Description |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
BiConsumer
A functional interface (callback) that accepts two values (of possibly different types).
|
BiFunction
A functional interface (callback) that computes a value based on multiple input values.
|
BiPredicate
A functional interface (callback) that returns true or false for the given input values.
|
BooleanSupplier
A functional interface (callback) that returns a boolean value.
|
Consumer
A functional interface (callback) that accepts a single value.
|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
Predicate
A functional interface (callback) that returns true or false for the given input value.
|
Class and Description |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
BiConsumer
A functional interface (callback) that accepts two values (of possibly different types).
|
BiFunction
A functional interface (callback) that computes a value based on multiple input values.
|
Consumer
A functional interface (callback) that accepts a single value.
|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
LongConsumer
A functional interface (callback) that consumes a primitive long value.
|
Predicate
A functional interface (callback) that returns true or false for the given input value.
|
Class and Description |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
BiConsumer
A functional interface (callback) that accepts two values (of possibly different types).
|
BiPredicate
A functional interface (callback) that returns true or false for the given input values.
|
Consumer
A functional interface (callback) that accepts a single value.
|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
Class and Description |
---|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
Class and Description |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
Consumer
A functional interface (callback) that accepts a single value.
|
Predicate
A functional interface (callback) that returns true or false for the given input value.
|
Class and Description |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
BiFunction
A functional interface (callback) that computes a value based on multiple input values.
|
BiPredicate
A functional interface (callback) that returns true or false for the given input values.
|
BooleanSupplier
A functional interface (callback) that returns a boolean value.
|
Consumer
A functional interface (callback) that accepts a single value.
|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
Predicate
A functional interface (callback) that returns true or false for the given input value.
|
Class and Description |
---|
Consumer
A functional interface (callback) that accepts a single value.
|
Class and Description |
---|
Consumer
A functional interface (callback) that accepts a single value.
|
Predicate
A functional interface (callback) that returns true or false for the given input value.
|
Class and Description |
---|
Action
A functional interface similar to Runnable but allows throwing a checked exception.
|
BiConsumer
A functional interface (callback) that accepts two values (of possibly different types).
|
BiFunction
A functional interface (callback) that computes a value based on multiple input values.
|
Consumer
A functional interface (callback) that accepts a single value.
|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
LongConsumer
A functional interface (callback) that consumes a primitive long value.
|
Predicate
A functional interface (callback) that returns true or false for the given input value.
|
Class and Description |
---|
BiFunction
A functional interface (callback) that computes a value based on multiple input values.
|
BooleanSupplier
A functional interface (callback) that returns a boolean value.
|
Consumer
A functional interface (callback) that accepts a single value.
|
Function
A functional interface that takes a value and returns another value, possibly with a
different type and allows throwing a checked exception.
|
Class and Description |
---|
Consumer
A functional interface (callback) that accepts a single value.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.