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

    • Field Detail

      • firstThroughThird

        private final Tuple3<A,​B,​C> firstThroughThird
      • fourthThroughSeventh

        private final Tuple4<D,​E,​F,​G> fourthThroughSeventh
    • Constructor Detail

      • Tuple7

        Tuple7​(A first,
               B second,
               C third,
               D fourth,
               E fifth,
               F sixth,
               G seventh)