Interface Emitter.A3Function<A0,A1,A2,R>

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

public static interface Emitter.A3Function<A0,A1,A2,R>
A 3-argument function
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A0 arg0, A1 arg1, A2 arg2)
    Invoke the function
  • Method Details

    • apply

      R apply(A0 arg0, A1 arg1, A2 arg2)
      Invoke the function
      Parameters:
      arg0 - the first argument
      arg1 - the next argument
      arg2 - the next argument
      Returns:
      the result