Package | Description |
---|---|
rx.functions |
Functional interfaces of functions and actions of arity 0 to 9 and related
utility classes.
|
Modifier and Type | Method and Description |
---|---|
static FuncN<Void> |
Actions.toFunc(ActionN action)
Converts an
ActionN to a function that calls the action and returns null . |
static <R> FuncN<R> |
Actions.toFunc(ActionN action,
R result)
Converts an
ActionN to a function that calls the action and returns a specified value. |
Copyright © 2018. All rights reserved.