Robot Core Documentation
Loading...
Searching...
No Matches
com.pathplanner.lib.auto.AutoBuilder.TriFunction< In1, In2, In3, Out > Interface Template Reference

Public Member Functions

Out apply (In1 in1, In2 in2, In3 in3)
 

Detailed Description

Functional interface for a function that takes 3 inputs

Member Function Documentation

◆ apply()

Out com.pathplanner.lib.auto.AutoBuilder.TriFunction< In1, In2, In3, Out >.apply ( In1 in1,
In2 in2,
In3 in3 )

Apply the inputs to this function

Parameters
in1Input 1
in2Input 2
in3Input 3
Returns
Output

The documentation for this interface was generated from the following file: