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