Class Matching<S,​T,​A,​B>

    • Field Detail

      • INSTANCE

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

      • Matching

        private Matching()
    • Method Detail

      • matching

        public static <S,​T,​A,​B> Matching<S,​T,​A,​B> matching()
      • matching

        public static <S,​T,​A,​B> Fn1<S,​Either<T,​A>> matching​(Optic<? super Market<A,​B,​?,​?>,​? super Identity<?>,​S,​T,​A,​B> optic)
      • matching

        public static <S,​T,​A,​B> Either<T,​A> matching​(Optic<? super Market<A,​B,​?,​?>,​? super Identity<?>,​S,​T,​A,​B> optic,
                                                                             S s)