| Package | Description |
|---|---|
| rx.functions |
| Modifier and Type | Method and Description |
|---|---|
static FuncN |
Actions.toFunc(ActionN
Converts an
ActionN to a function that calls the action and returns
null.
|
static <R> FuncN |
Actions.toFunc(ActionN
Converts an
ActionN to a function that calls the action and returns a specified value.
|