Package | Description |
---|---|
rx.functions |
Modifier and Type | Method and Description |
---|---|
static <T0,T1,T2> FuncN<Void> |
Functions.fromAction(Action3<? super T0,? super T1,? super T2> f)
|
static <T1,T2,T3> Func3<T1,T2,T3,Void> |
Actions.toFunc(Action3<T1,T2,T3> action)
Converts an
Action3 to a function that calls the action and returns null . |
static <T1,T2,T3,R> |
Actions.toFunc(Action3<T1,T2,T3> action,
R result)
Converts an
Action3 to a function that calls the action and returns a specified value. |
Copyright © 2015. All Rights Reserved.