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