public static class Predicates.PredicateBuilder2<T1,T2> extends java.lang.Object implements java.util.function.Predicate<Matchable.MTuple2<T1,T2>>
| Constructor and Description |
|---|
PredicateBuilder2(Matchable.MTuple2<java.util.function.Predicate<? super T1>,java.util.function.Predicate<? super T2>> when) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Matchable.MTuple2<T1,T2> t) |
public PredicateBuilder2(Matchable.MTuple2<java.util.function.Predicate<? super T1>,java.util.function.Predicate<? super T2>> when)
public boolean test(Matchable.MTuple2<T1,T2> t)
test in interface java.util.function.Predicate<Matchable.MTuple2<T1,T2>>