Interface Emitter.A4Consumer<A0,A1,A2,A3>

Type Parameters:
A0 - the first argument type
A1 - the next argument type
A2 - the next argument type
A3 - the next argument type
Enclosing class:
Emitter<N>

public static interface Emitter.A4Consumer<A0,A1,A2,A3>
A 4-argument consumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(A0 arg0, A1 arg1, A2 arg2, A3 arg3)
    Invoke the consumer
  • Method Details

    • accept

      void accept(A0 arg0, A1 arg1, A2 arg2, A3 arg3)
      Invoke the consumer
      Parameters:
      arg0 - the first argument
      arg1 - the next argument
      arg2 - the next argument
      arg3 - the next argument