Class Tuple3<A,​B,​C>

    • Field Detail

      • firstAndSecond

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

        private final C third
    • Constructor Detail

      • Tuple3

        Tuple3​(A first,
               B second,
               C third)
    • Method Detail

      • _1

        public A _1()
      • _2

        public B _2()
      • _3

        public C _3()
      • append

        public <D> Tuple4<A,​B,​C,​D> append​(D fourth)
        Specified by:
        append in interface ITuple
      • of

        public static <A,​B,​C> Tuple3<A,​B,​C> of​(A first,
                                                                       B second,
                                                                       C third)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object