Class EightTuple<A,​B,​C,​D,​E,​F,​G,​H>

  • Type Parameters:
    A - The first type.
    B - The second type.
    C - The third type.
    D - The fourth type.
    E - The fifth type.
    F - The sixth type.
    G - The seventh type.
    H - The eighth type.

    public final class EightTuple<A,​B,​C,​D,​E,​F,​G,​H>
    extends Object
    8-tuple.
    • Field Detail

      • a

        public final A a
      • b

        public final B b
      • c

        public final C c
      • d

        public final D d
      • e

        public final E e
      • f

        public final F f
      • g

        public final G g
      • h

        public final H h
    • Constructor Detail

      • EightTuple

        EightTuple​(A a,
                   B b,
                   C c,
                   D d,
                   E e,
                   F f,
                   G g,
                   H h)
        Constructs a Tuple with eight items.
        Parameters:
        a - The first item.
        b - The second item.
        c - The third item.
        d - The fourth item.
        e - The fifth item.
        f - The sixth item.
        g - The seventh item.
        h - The eighth item.