MatcherMappingpublic class BooleanMatcherMapping<V> extends PatternMatcherMapping<V>
value| 构造器 | 说明 |
|---|---|
BooleanMatcherMapping(V value) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<R> BooleanRMatcher<V,R> |
when(boolean matchValue,
R1<? super V,? extends R> action) |
|
BooleanVMatcher<V> |
when(boolean matchValue,
V1<? super V> action) |
|
<R> BooleanRMatcher<V,R> |
whenNext(boolean matchValue,
R1<? super V,? extends R> action) |
|
BooleanVMatcher<V> |
whenNext(boolean matchValue,
V1<? super V> action) |
|
<R,E extends Throwable> |
with(boolean matchValue,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
with(boolean matchValue,
VT1<? super V,E> action) |
|
<R,E extends Throwable> |
withNext(boolean matchValue,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
withNext(boolean matchValue,
VT1<? super V,E> action) |
public BooleanMatcherMapping(V value)
public BooleanVMatcher<V> when(boolean matchValue, V1<? super V> action)
public BooleanVMatcher<V> whenNext(boolean matchValue, V1<? super V> action)
public <R> BooleanRMatcher<V,R> when(boolean matchValue, R1<? super V,? extends R> action)
public <R> BooleanRMatcher<V,R> whenNext(boolean matchValue, R1<? super V,? extends R> action)
public <E extends Throwable> BooleanVMatcher<V> with(boolean matchValue, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <E extends Throwable> BooleanVMatcher<V> withNext(boolean matchValue, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <R,E extends Throwable> BooleanRMatcher<V,R> with(boolean matchValue, RT1<? super V,? extends R,E> action) throws E extends Throwable
E extends ThrowableCopyright © 2023 io-fairy. All rights reserved.