Modifier and Type | Field and Description |
---|---|
protected MatchableCase<R> |
simplerCase |
Constructor and Description |
---|
CheckValue2() |
Modifier and Type | Method and Description |
---|---|
Matchable.CheckValue2<T1,T2,R> |
is(Matchable.MTuple2<java.util.function.Predicate<? super T1>,java.util.function.Predicate<? super T2>> when,
java.util.function.Supplier<? extends R> then) |
Matchable.CheckValue2<T1,T2,R> |
isEmpty(java.util.function.Supplier<? extends R> then) |
protected final MatchableCase<R> simplerCase
public final Matchable.CheckValue2<T1,T2,R> is(Matchable.MTuple2<java.util.function.Predicate<? super T1>,java.util.function.Predicate<? super T2>> when, java.util.function.Supplier<? extends R> then)
public final Matchable.CheckValue2<T1,T2,R> isEmpty(java.util.function.Supplier<? extends R> then)