Class Tuple4<A,​B,​C,​D>

    • Field Detail

      • firstAndSecond

        private final Tuple<A,​B> firstAndSecond
      • thirdAndFourth

        private final Tuple<C,​D> thirdAndFourth
    • Constructor Detail

      • Tuple4

        Tuple4​(A first,
               B second,
               C third,
               D fourth)