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 <T1,T2,T3,T4> |
Actions.toFunc(Action4<T1,T2,T3,T4> action)
Converts an
Action4 to a function that calls the action and returns null . |
static <T1,T2,T3,T4,R> |
Actions.toFunc(Action4<T1,T2,T3,T4> action,
R result)
Converts an
Action4 to a function that calls the action and returns a specified value. |
Copyright © 2024. All rights reserved.