Package rx.functions
Class Actions.EmptyAction<T0,T1,T2,T3,T4,T5,T6,T7,T8>
- java.lang.Object
-
- rx.functions.Actions.EmptyAction<T0,T1,T2,T3,T4,T5,T6,T7,T8>
-
- All Implemented Interfaces:
Action
,Action0
,Action1<T0>
,Action2<T0,T1>
,Action3<T0,T1,T2>
,Action4<T0,T1,T2,T3>
,Action5<T0,T1,T2,T3,T4>
,Action6<T0,T1,T2,T3,T4,T5>
,Action7<T0,T1,T2,T3,T4,T5,T6>
,Action8<T0,T1,T2,T3,T4,T5,T6,T7>
,Action9<T0,T1,T2,T3,T4,T5,T6,T7,T8>
,ActionN
,Function
- Enclosing class:
- Actions
static final class Actions.EmptyAction<T0,T1,T2,T3,T4,T5,T6,T7,T8> extends java.lang.Object implements Action0, Action1<T0>, Action2<T0,T1>, Action3<T0,T1,T2>, Action4<T0,T1,T2,T3>, Action5<T0,T1,T2,T3,T4>, Action6<T0,T1,T2,T3,T4,T5>, Action7<T0,T1,T2,T3,T4,T5,T6>, Action8<T0,T1,T2,T3,T4,T5,T6,T7>, Action9<T0,T1,T2,T3,T4,T5,T6,T7,T8>, ActionN
-
-
Constructor Summary
Constructors Constructor Description EmptyAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call()
void
call(java.lang.Object... args)
void
call(T0 t1)
void
call(T0 t1, T1 t2)
void
call(T0 t1, T1 t2, T2 t3)
void
call(T0 t1, T1 t2, T2 t3, T3 t4)
void
call(T0 t1, T1 t2, T2 t3, T3 t4, T4 t5)
void
call(T0 t1, T1 t2, T2 t3, T3 t4, T4 t5, T5 t6)
void
call(T0 t1, T1 t2, T2 t3, T3 t4, T4 t5, T5 t6, T6 t7)
void
call(T0 t1, T1 t2, T2 t3, T3 t4, T4 t5, T5 t6, T6 t7, T7 t8)
void
call(T0 t1, T1 t2, T2 t3, T3 t4, T4 t5, T5 t6, T6 t7, T7 t8, T8 t9)
-
-
-
Method Detail
-