Package fj.data

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

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

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

      • c

        private final C c
    • Constructor Detail

      • Right

        Right​(C c)
    • 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>