Package frc.lib.util
Interface Tuples.IValue5<T>
- All Known Implementing Classes:
Tuples.Tuple5
,Tuples.Tuple6
,Tuples.Tuple7
,Tuples.Tuple8
,Tuples.Tuple9
- Enclosing class:
- Tuples
public static interface Tuples.IValue5<T>
A type that has a 5th element.
-
Method Summary
-
Method Details
-
_4
T _4()Get the 5th element.
-