Interface ActionN

  • All Superinterfaces:
    Action, Function


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

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

      • call

        void call(Object... args)