Package frc.lib.util

Interface Tuples.IValue1<T>

All Known Implementing Classes:
Tuples.Tuple1, Tuples.Tuple2, Tuples.Tuple3, Tuples.Tuple4, Tuples.Tuple5, Tuples.Tuple6, Tuples.Tuple7, Tuples.Tuple8, Tuples.Tuple9
Enclosing class:
Tuples

public static interface Tuples.IValue1<T>
A type that has a 1st element.
  • Method Summary

    Modifier and Type
    Method
    Description
    _0()
    Get the 1st element.
  • Method Details

    • _0

      T _0()
      Get the 1st element.