Package | Description |
---|---|
rx |
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
|
rx.functions |
Functional interfaces of functions and actions of arity 0 to 9 and related
utility classes.
|
rx.internal.observers | |
rx.internal.operators |
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
|
rx.internal.schedulers | |
rx.internal.subscriptions | |
rx.internal.util | |
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.subjects |
Classes extending the Observable base reactive class and implementing
the Observer interface at the same time (aka hot Observables).
|
rx.subscriptions |
Default implementations for Subscription-based resource management
(Subscription container types) and utility classes to construct
Subscriptions from callbacks and other types.
|
Class and Description |
---|
Action
All Action interfaces extend from this.
|
Action0
A zero-argument action.
|
Action1
A one-argument action.
|
Action2
A two-argument action.
|
Cancellable
A functional interface that has a single close method that can throw.
|
Func0
Represents a function with zero arguments.
|
Func1
Represents a function with one argument.
|
Func2
Represents a function with two arguments.
|
Func3
Represents a function with three arguments.
|
Func4
Represents a function with four arguments.
|
Func5
Represents a function with five arguments.
|
Func6
Represents a function with six arguments.
|
Func7
Represents a function with seven arguments.
|
Func8
Represents a function with eight arguments.
|
Func9
Represents a function with nine arguments.
|
FuncN
Represents a vector-argument function.
|
Function
All Func and Action interfaces extend from this.
|
Class and Description |
---|
Action
All Action interfaces extend from this.
|
Action0
A zero-argument action.
|
Action1
A one-argument action.
|
Action2
A two-argument action.
|
Action3
A three-argument action.
|
Action4
A four-argument action.
|
Action5
A five-argument action.
|
Action6
A six-argument action.
|
Action7
A seven-argument action.
|
Action8
An eight-argument action.
|
Action9
A nine-argument action.
|
ActionN
A vector-argument action.
|
Func0
Represents a function with zero arguments.
|
Func1
Represents a function with one argument.
|
Func2
Represents a function with two arguments.
|
Func3
Represents a function with three arguments.
|
Func4
Represents a function with four arguments.
|
Func5
Represents a function with five arguments.
|
Func6
Represents a function with six arguments.
|
Func7
Represents a function with seven arguments.
|
Func8
Represents a function with eight arguments.
|
Func9
Represents a function with nine arguments.
|
FuncN
Represents a vector-argument function.
|
Function
All Func and Action interfaces extend from this.
|
Class and Description |
---|
Action0
A zero-argument action.
|
Class and Description |
---|
Action
All Action interfaces extend from this.
|
Action0
A zero-argument action.
|
Action1
A one-argument action.
|
Action2
A two-argument action.
|
Func0
Represents a function with zero arguments.
|
Func1
Represents a function with one argument.
|
Func2
Represents a function with two arguments.
|
Func3
Represents a function with three arguments.
|
Func4
Represents a function with four arguments.
|
Func5
Represents a function with five arguments.
|
Func6
Represents a function with six arguments.
|
Func7
Represents a function with seven arguments.
|
Func8
Represents a function with eight arguments.
|
Func9
Represents a function with nine arguments.
|
FuncN
Represents a vector-argument function.
|
Function
All Func and Action interfaces extend from this.
|
Class and Description |
---|
Action0
A zero-argument action.
|
Func1
Represents a function with one argument.
|
Class and Description |
---|
Cancellable
A functional interface that has a single close method that can throw.
|
Class and Description |
---|
Action0
A zero-argument action.
|
Action1
A one-argument action.
|
Action2
A two-argument action.
|
Func0
Represents a function with zero arguments.
|
Func1
Represents a function with one argument.
|
Func2
Represents a function with two arguments.
|
Class and Description |
---|
Action
All Action interfaces extend from this.
|
Action0
A zero-argument action.
|
Action1
A one-argument action.
|
Action2
A two-argument action.
|
Action3
A three-argument action.
|
Func0
Represents a function with zero arguments.
|
Func1
Represents a function with one argument.
|
Func2
Represents a function with two arguments.
|
Func3
Represents a function with three arguments.
|
Function
All Func and Action interfaces extend from this.
|
Class and Description |
---|
Action0
A zero-argument action.
|
Action1
A one-argument action.
|
Class and Description |
---|
Action0
A zero-argument action.
|
Action1
A one-argument action.
|
Func0
Represents a function with zero arguments.
|
Func1
Represents a function with one argument.
|
Func2
Represents a function with two arguments.
|
Class and Description |
---|
Action0
A zero-argument action.
|
Class and Description |
---|
Action0
A zero-argument action.
|
Copyright © 2017. All rights reserved.