Interface Emitter.A3Consumer<A0,A1,A2>

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

public static interface Emitter.A3Consumer<A0,A1,A2>
A 3-argument consumer
  • Method Summary

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

    • accept

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