@FunctionalInterface public interface Matcher3<A,B,C>
boolean
apply(A a, B b, C c)
static <A,B,C> Matcher3<A,B,C>
otherwise()
default Matcher1<Tuple3<A,B,C>>
tupled()
boolean apply(A a, B b, C c)
default Matcher1<Tuple3<A,B,C>> tupled()
static <A,B,C> Matcher3<A,B,C> otherwise()