Package fj.data

Class Either3.Left<A,​B,​C>

  • Enclosing class:
    Either3<A,​B,​C>

    private static final class Either3.Left<A,​B,​C>
    extends Either3<A,​B,​C>
    • Field Detail

      • a

        private final A a
    • Constructor Detail

      • Left

        Left​(A a)
    • Method Detail

      • either

        public <D> D either​(F<A,​D> fa,
                            F<B,​D> fb,
                            F<C,​D> fc)
        Specified by:
        either in class Either3<A,​B,​C>