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