Matcher, PatternMatcherpublic abstract class SimpleVInMatcher<V,P,L> extends SimpleVMatcher<V,P,L>
isMatch, returnValue, value| 构造器 | 说明 |
|---|---|
SimpleVInMatcher(V value) |
|
SimpleVInMatcher(V value,
boolean isMatch) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
abstract SimpleVInMatcher<V,P,L> |
when(PatternIn<P> values,
V1<? super L> action) |
|
abstract SimpleVInMatcher<V,P,L> |
whenNext(PatternIn<P> values,
V1<? super L> action) |
|
abstract <E extends Throwable> |
with(PatternIn<P> values,
VT1<? super L,E> action) |
|
abstract <E extends Throwable> |
withNext(PatternIn<P> values,
VT1<? super L,E> action) |
public SimpleVInMatcher(V value, boolean isMatch)
public SimpleVInMatcher(V value)
Copyright © 2023 io-fairy. All rights reserved.