Package | Description |
---|---|
rx.functions |
Modifier and Type | Method and Description |
---|---|
static <T1,T2,T3,T4,T5,T6,T7> |
Actions.toFunc(Action7<T1,T2,T3,T4,T5,T6,T7> action)
Converts an
Action7 to a function that calls the action and returns null . |
static <T1,T2,T3,T4,T5,T6,T7,R> |
Actions.toFunc(Action7<T1,T2,T3,T4,T5,T6,T7> action,
R result)
Converts an
Action7 to a function that calls the action and returns a specified value. |
Copyright © 2015. All Rights Reserved.