MatcherMappingpublic class ActionValueMatcherMapping<V,T> extends PatternMatcherMapping<V>
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected R1<? super T,V> |
preAction |
value| 构造器 | 说明 |
|---|---|
ActionValueMatcherMapping(V value,
R1<? super T,V> preAction) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<R> ActionValueRMatcher<V,T,R> |
when(boolean matchValue,
R1<? super V,? extends R> action) |
|
ActionValueVMatcher<V,T> |
when(boolean matchValue,
V1<? super V> action) |
|
<R> ActionValueRMatcher<V,T,R> |
when(PatternIn<T> matchValues,
R1<? super V,? extends R> action) |
|
ActionValueVMatcher<V,T> |
when(PatternIn<T> matchValues,
V1<? super V> action) |
|
<R> ActionValueRMatcher<V,T,R> |
when(T matchValue,
R1<? super V,? extends R> action) |
|
ActionValueVMatcher<V,T> |
when(T matchValue,
V1<? super V> action) |
|
<R> ActionValueRMatcher<V,T,R> |
whenNext(boolean matchValue,
R1<? super V,? extends R> action) |
|
ActionValueVMatcher<V,T> |
whenNext(boolean matchValue,
V1<? super V> action) |
|
<R> ActionValueRMatcher<V,T,R> |
whenNext(PatternIn<T> matchValues,
R1<? super V,? extends R> action) |
|
ActionValueVMatcher<V,T> |
whenNext(PatternIn<T> matchValues,
V1<? super V> action) |
|
<R> ActionValueRMatcher<V,T,R> |
whenNext(T matchValue,
R1<? super V,? extends R> action) |
|
ActionValueVMatcher<V,T> |
whenNext(T 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<T> matchValues,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
with(PatternIn<T> matchValues,
VT1<? super V,E> action) |
|
<R,E extends Throwable> |
with(T matchValue,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
with(T 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<T> matchValues,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
withNext(PatternIn<T> matchValues,
VT1<? super V,E> action) |
|
<R,E extends Throwable> |
withNext(T matchValue,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
withNext(T matchValue,
VT1<? super V,E> action) |
public <R> ActionValueRMatcher<V,T,R> whenNext(T matchValue, R1<? super V,? extends R> action)
public <R> ActionValueRMatcher<V,T,R> when(PatternIn<T> matchValues, R1<? super V,? extends R> action)
public <R> ActionValueRMatcher<V,T,R> whenNext(PatternIn<T> matchValues, R1<? super V,? extends R> action)
public ActionValueVMatcher<V,T> when(boolean matchValue, V1<? super V> action)
public ActionValueVMatcher<V,T> whenNext(boolean matchValue, V1<? super V> action)
public <R> ActionValueRMatcher<V,T,R> when(boolean matchValue, R1<? super V,? extends R> action)
public <R> ActionValueRMatcher<V,T,R> whenNext(boolean matchValue, R1<? super V,? extends R> action)
public <E extends Throwable> ActionValueVMatcher<V,T> with(T matchValue, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <E extends Throwable> ActionValueVMatcher<V,T> withNext(T matchValue, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <R,E extends Throwable> ActionValueRMatcher<V,T,R> with(T matchValue, RT1<? super V,? extends R,E> action) throws E extends Throwable
E extends Throwablepublic <R,E extends Throwable> ActionValueRMatcher<V,T,R> withNext(T matchValue, RT1<? super V,? extends R,E> action) throws E extends Throwable
E extends Throwablepublic <E extends Throwable> ActionValueVMatcher<V,T> with(PatternIn<T> matchValues, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <E extends Throwable> ActionValueVMatcher<V,T> withNext(PatternIn<T> matchValues, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <R,E extends Throwable> ActionValueRMatcher<V,T,R> with(PatternIn<T> matchValues, RT1<? super V,? extends R,E> action) throws E extends Throwable
E extends Throwablepublic <R,E extends Throwable> ActionValueRMatcher<V,T,R> withNext(PatternIn<T> matchValues, RT1<? super V,? extends R,E> action) throws E extends Throwable
E extends Throwablepublic <E extends Throwable> ActionValueVMatcher<V,T> with(boolean matchValue, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <E extends Throwable> ActionValueVMatcher<V,T> withNext(boolean matchValue, VT1<? super V,E> action) throws E extends Throwable
E extends Throwablepublic <R,E extends Throwable> ActionValueRMatcher<V,T,R> with(boolean matchValue, RT1<? super V,? extends R,E> action) throws E extends Throwable
E extends ThrowableCopyright © 2023 io-fairy. All rights reserved.