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