Package frc.lib.util

Interface Tuples.IValue8<T>

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

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

    Modifier and Type
    Method
    Description
    _7()
    Get the 8th element.
  • Method Details

    • _7

      T _7()
      Get the 8th element.