Interface Product8<_1,​_2,​_3,​_4,​_5,​_6,​_7,​_8>

  • Type Parameters:
    _1 - The first element type
    _2 - The second element type
    _3 - The third element type
    _4 - The fourth element type
    _5 - The fifth element type
    _6 - The sixth element type
    _7 - The seventh element type
    _8 - The eighth element type
    All Superinterfaces:
    java.util.Map.Entry<_1,​_2>, Product2<_1,​_2>, Product3<_1,​_2,​_3>, Product4<_1,​_2,​_3,​_4>, Product5<_1,​_2,​_3,​_4,​_5>, Product6<_1,​_2,​_3,​_4,​_5,​_6>, Product7<_1,​_2,​_3,​_4,​_5,​_6,​_7>
    All Known Implementing Classes:
    Tuple8

    public interface Product8<_1,​_2,​_3,​_4,​_5,​_6,​_7,​_8>
    extends Product7<_1,​_2,​_3,​_4,​_5,​_6,​_7>
    A product with eight values.
    See Also:
    Product2, Tuple8