Interface AutoBuilder.TriFunction<In1,In2,In3,Out>

Enclosing class:
AutoBuilder
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AutoBuilder.TriFunction<In1,In2,In3,Out>
Functional interface for a function that takes 3 inputs
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(In1 in1, In2 in2, In3 in3)
    Apply the inputs to this function
  • Method Details

    • apply

      Out apply(In1 in1, In2 in2, In3 in3)
      Apply the inputs to this function
      Parameters:
      in1 - Input 1
      in2 - Input 2
      in3 - Input 3
      Returns:
      Output