| Package | Description |
|---|---|
| rx.functions | |
| rx.observables |
| Modifier and Type | Method and Description |
|---|---|
static <T0 |
Functions.fromAction(Action3
|
static <T1 |
Actions.toFunc(Action3
Converts an
Action3 to a function that calls the action and returns
null.
|
static <T1 |
Actions.toFunc(Action3
Converts an
Action3 to a function that calls the action and returns a specified value.
|
| Modifier and Type | Method and Description |
|---|---|
static <S |
AsyncOnSubscribe.createSingleState(Func0
Generates a synchronous
AsyncOnSubscribe that calls the provided
next function to generate data to downstream subscribers.
|
static <S |
AsyncOnSubscribe.createSingleState(Func0
Generates a synchronous
AsyncOnSubscribe that calls the provided
next function to generate data to downstream subscribers.
|