| Package | Description |
|---|---|
| rx |
Rx Observables
|
| rx.functions | |
| rx.internal.operators |
Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1 |
Observable.combineLatest(Observable
Combines seven source Observables by emitting an item that aggregates the latest values of each of the source Observables each time an item is received from any of the source Observables, where this aggregation is defined by a specified function.
|
static <T1 |
Observable.zip(Observable
Returns an Observable that emits the results of a specified combiner function applied to combinations of seven items emitted, in sequence, by seven other Observables.
|
| Modifier and Type | Method and Description |
|---|---|
static <T1 |
Actions.toFunc(Action7
Converts an
Action7 to a function that calls the action and returns
null.
|
static <T1 |
Actions.toFunc(Action7
Converts an
Action7 to a function that calls the action and returns a specified value.
|
| Modifier and Type | Method and Description |
|---|---|
static <T0 |
Functions.fromFunc(Func7
|
| Constructor and Description | |
|---|---|
OperatorZip(Func7
|