MatcherMappingClassValueMatcherMappingpublic class ValueMatcherMapping<V> extends PatternMatcherMapping<V>
value| 构造器 | 说明 |
|---|---|
ValueMatcherMapping(V value) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<R> ValueRMatcher<V,R> |
when(boolean matchValue,
R1<? super V,? extends R> action) |
|
ValueVMatcher<V> |
when(boolean matchValue,
V1<? super V> action) |
|
<R> ValueRMatcher<V,R> |
when(PatternIn<V> matchValues,
R1<? super V,? extends R> action) |
|
ValueVMatcher<V> |
when(PatternIn<V> matchValues,
V1<? super V> action) |
|
<R> ValueRMatcher<V,R> |
when(V matchValue,
R1<? super V,? extends R> action) |
|
ValueVMatcher<V> |
when(V matchValue,
V1<? super V> action) |
|
<R> ValueRMatcher<V,R> |
whenNext(boolean matchValue,
R1<? super V,? extends R> action) |
|
ValueVMatcher<V> |
whenNext(boolean matchValue,
V1<? super V> action) |
|
<R> ValueRMatcher<V,R> |
whenNext(PatternIn<V> matchValues,
R1<? super V,? extends R> action) |
|
ValueVMatcher<V> |
whenNext(PatternIn<V> matchValues,
V1<? super V> action) |
|
<R> ValueRMatcher<V,R> |
whenNext(V matchValue,
R1<? super V,? extends R> action) |
|
ValueVMatcher<V> |
whenNext(V 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> |
with(PatternIn<V> matchValues,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
with(PatternIn<V> matchValues,
VT1<? super V,E> action) |
|
<R,E extends Throwable> |
with(V matchValue,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
with(V 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) |
|
<R,E extends Throwable> |
withNext(PatternIn<V> matchValues,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
withNext(PatternIn<V> matchValues,
VT1<? super V,E> action) |
|
<R,E extends Throwable> |
withNext(V matchValue,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
withNext(V matchValue,
VT1<? super V,E> action) |
public ValueMatcherMapping(V value)
public ValueVMatcher<V> when(V matchValue, V1<? super V> action)
public ValueVMatcher<V> whenNext(V matchValue, V1<? super V> action)
public <R> ValueRMatcher<V,R> when(V matchValue, R1<? super V,? extends R> action)
public <R> ValueRMatcher<V,R> whenNext(V matchValue, R1<? super V,? extends R> action)
public <R> ValueRMatcher<V,R> when(PatternIn<V> matchValues, R1<? super V,? extends R> action)
public <R> ValueRMatcher<V,R> whenNext(PatternIn<V> matchValues, R1<? super V,? extends R> action)
public ValueVMatcher<V> when(boolean matchValue, V1<? super V> action)
public ValueVMatcher<V> whenNext(boolean matchValue, V1<? super V> action)
public <R> ValueRMatcher<V,R> when(boolean matchValue, R1<? super V,? extends R> action)
public <R> ValueRMatcher<V,R> whenNext(boolean matchValue, R1<? super V,? extends R> action)
public <E extends Throwable> ValueVMatcher<V> with(V matchValue, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <E extends Throwable> ValueVMatcher<V> withNext(V matchValue, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <R,E extends Throwable> ValueRMatcher<V,R> with(V matchValue, RT1<? super V,? extends R,E> action) throws E extends Throwable
E extends Throwablepublic <R,E extends Throwable> ValueRMatcher<V,R> withNext(V matchValue, RT1<? super V,? extends R,E> action) throws E extends Throwable
E extends Throwablepublic <E extends Throwable> ValueVMatcher<V> with(PatternIn<V> matchValues, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <E extends Throwable> ValueVMatcher<V> withNext(PatternIn<V> matchValues, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <R,E extends Throwable> ValueRMatcher<V,R> with(PatternIn<V> matchValues, RT1<? super V,? extends R,E> action) throws E extends Throwable
E extends Throwablepublic <R,E extends Throwable> ValueRMatcher<V,R> withNext(PatternIn<V> matchValues, RT1<? super V,? extends R,E> action) throws E extends Throwable
E extends Throwablepublic <E extends Throwable> ValueVMatcher<V> with(boolean matchValue, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <E extends Throwable> ValueVMatcher<V> withNext(boolean matchValue, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <R,E extends Throwable> ValueRMatcher<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.