Package com.pathplanner.lib.auto
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.
Functional interface for a function that takes 3 inputs
-
Method Summary
-
Method Details
-
apply
Apply the inputs to this function- Parameters:
in1- Input 1in2- Input 2in3- Input 3- Returns:
- Output
-