Uses of Interface
rx.functions.ActionN
-
Packages that use ActionN Package Description rx.functions Functional interfaces of functions and actions of arity 0 to 9 and related utility classes. -
-
Uses of ActionN in rx.functions
Classes in rx.functions that implement ActionN Modifier and Type Class Description (package private) static class
Actions.EmptyAction<T0,T1,T2,T3,T4,T5,T6,T7,T8>
Methods in rx.functions with parameters of type ActionN Modifier and Type Method Description static FuncN<java.lang.Void>
Actions. toFunc(ActionN action)
Converts anActionN
to a function that calls the action and returnsnull
.static <R> FuncN<R>
Actions. toFunc(ActionN action, R result)
Converts anActionN
to a function that calls the action and returns a specified value.
-