Interface Action5<In1,In2,In3,In4,In5>


public interface Action5<In1,In2,In3,In4,In5>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(In1 a, In2 b, In3 c, In4 d, In5 e)
     
    static <In1, In2, In3, In4, In5>
    Action5<In1,In2,In3,In4,In5>
     
  • Method Details

    • doNothing

      static <In1, In2, In3, In4, In5> Action5<In1,In2,In3,In4,In5> doNothing()
    • call

      void call(In1 a, In2 b, In3 c, In4 d, In5 e)