@FunctionalInterface public interface Matcher2<A,B>
boolean
apply(A a, B b)
static <A,B> Matcher2<A,B>
otherwise()
default Matcher1<Tuple2<A,B>>
tupled()
boolean apply(A a, B b)
default Matcher1<Tuple2<A,B>> tupled()
static <A,B> Matcher2<A,B> otherwise()