Class Tuple1<A>


  • public class Tuple1<A>
    extends Object
    • Method Detail

      • of

        public static <A> Tuple1<A> of​(A value)
      • getValue

        public A getValue()
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object