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