Package frc.lib.util
Class Tuples.Tuple1<T1>
java.lang.Object
frc.lib.util.Tuples.Tuple1<T1>
- All Implemented Interfaces:
Tuples.IValue1<T1>
- Enclosing class:
- Tuples
A tuple of 1 elements.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Tuple1
Create a new 1-tuple.
-
-
Method Details
-
_0
Description copied from interface:Tuples.IValue1
Get the 1st element.- Specified by:
_0
in interfaceTuples.IValue1<T1>
-