Package rx.functions
Interface ActionN
-
- All Known Implementing Classes:
Actions.EmptyAction
public interface ActionN extends Action
A vector-argument action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
call(java.lang.Object... args)
-