Package rx.functions

Interface ActionN

All Superinterfaces:
Action, Function
All Known Implementing Classes:
Actions.EmptyAction

public interface ActionN extends Action
A vector-argument action.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(Object... args)
     
  • Method Details

    • call

      void call(Object... args)