Class Both<A,​B,​C>

    • Field Detail

      • INSTANCE

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

      • Both

        private Both()
    • Method Detail

      • both

        public static <A,​B,​C> Both<A,​B,​C> both()
      • both

        public static <A,​B,​C> Fn1<Fn1<? super A,​? extends C>,​Fn1<A,​Tuple2<B,​C>>> both​(Fn1<? super A,​? extends B> f)
      • both

        public static <A,​B,​C> Fn1<A,​Tuple2<B,​C>> both​(Fn1<? super A,​? extends B> f,
                                                                              Fn1<? super A,​? extends C> g)
      • both

        public static <A,​B,​C> Tuple2<B,​C> both​(Fn1<? super A,​? extends B> f,
                                                                 Fn1<? super A,​? extends C> g,
                                                                 A a)