Package frc.lib.util

Interface Tuples.IValue9<T>

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

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

    Modifier and Type
    Method
    Description
    _8()
    Get the 9th element.
  • Method Details

    • _8

      T _8()
      Get the 9th element.