Package frc.lib.util

Interface Tuples.IValue6<T>

All Known Implementing Classes:
Tuples.Tuple6, Tuples.Tuple7, Tuples.Tuple8, Tuples.Tuple9
Enclosing class:
Tuples

public static interface Tuples.IValue6<T>
A type that has a 6th element.
  • Method Summary

    Modifier and Type
    Method
    Description
    _5()
    Get the 6th element.
  • Method Details

    • _5

      T _5()
      Get the 6th element.