Class Tuple6<A,​B,​C,​D,​E,​F>


  • public class Tuple6<A,​B,​C,​D,​E,​F>
    extends Object
    • Method Detail

      • of

        public static <A,​B,​C,​D,​E,​F> Tuple6<A,​B,​C,​D,​E,​F> of​(A a,
                                                                                                                       B b,
                                                                                                                       C c,
                                                                                                                       D d,
                                                                                                                       E e,
                                                                                                                       F f)
      • getA

        public A getA()
      • getB

        public B getB()
      • getC

        public C getC()
      • getD

        public D getD()
      • getE

        public E getE()
      • getF

        public F getF()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object