Package frc.lib.util

Interface Tuples.IValue7<T>

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

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

    Modifier and Type
    Method
    Description
    _6()
    Get the 7th element.
  • Method Details

    • _6

      T _6()
      Get the 7th element.