Package fj.data

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

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

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

      • b

        private final B b
    • Constructor Detail

      • Middle

        Middle​(B b)
    • 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>