Class Tupler2<A,​B>

    • Field Detail

      • INSTANCE

        private static final Tupler2<?,​?> INSTANCE
    • Constructor Detail

      • Tupler2

        private Tupler2()
    • Method Detail

      • tupler

        public static <A,​B> Tupler2<A,​B> tupler()
      • tupler

        public static <A,​B> Fn1<B,​Tuple2<A,​B>> tupler​(A a)
      • tupler

        public static <A,​B> Tuple2<A,​B> tupler​(A a,
                                                           B b)