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