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

Public Member Functions

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

Detailed Description

Functional interface for a function that takes 4 inputs

Member Function Documentation

◆ apply()

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

Apply the inputs to this function

Parameters
in1Input 1
in2Input 2
in3Input 3
in4Input 4
Returns
Output

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