Matcher, PatternMatcherpublic class ActionNoneVMatcher<P> extends SimpleVInMatcher<None,P,P>
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
private R1<? super P,Boolean> |
preAction |
isMatch, returnValue, value| 构造器 | 说明 |
|---|---|
ActionNoneVMatcher(None value,
boolean isMatch,
R1<? super P,Boolean> preAction) |
|
ActionNoneVMatcher(None value,
R1<? super P,Boolean> preAction) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Void |
orElse(V1<? super None> action) |
|
<E extends Throwable> |
orWith(VT1<? super None,E> action) |
|
ActionNoneVMatcher<P> |
when(boolean value,
V1<? super P> action) |
|
ActionNoneVMatcher<P> |
when(PatternIn<P> values,
V1<? super P> action) |
|
ActionNoneVMatcher<P> |
when(P value,
V1<? super P> action) |
|
ActionNoneVMatcher<P> |
whenNext(boolean value,
V1<? super P> action) |
|
ActionNoneVMatcher<P> |
whenNext(PatternIn<P> values,
V1<? super P> action) |
|
ActionNoneVMatcher<P> |
whenNext(P value,
V1<? super P> action) |
|
<E extends Throwable> |
with(boolean value,
VT1<? super P,E> action) |
|
<E extends Throwable> |
with(PatternIn<P> values,
VT1<? super P,E> action) |
|
<E extends Throwable> |
with(P value,
VT1<? super P,E> action) |
|
<E extends Throwable> |
withNext(boolean value,
VT1<? super P,E> action) |
|
<E extends Throwable> |
withNext(PatternIn<P> values,
VT1<? super P,E> action) |
|
<E extends Throwable> |
withNext(P value,
VT1<? super P,E> action) |
public ActionNoneVMatcher(None value, boolean isMatch, R1<? super P,Boolean> preAction)
public ActionNoneVMatcher<P> when(P value, V1<? super P> action)
when 在类中 SimpleVMatcher<None,P,P>public ActionNoneVMatcher<P> whenNext(P value, V1<? super P> action)
whenNext 在类中 SimpleVMatcher<None,P,P>public <E extends Throwable> ActionNoneVMatcher<P> with(P value, VT1<? super P,E> action) throws E extends Throwable
public <E extends Throwable> ActionNoneVMatcher<P> withNext(P value, VT1<? super P,E> action) throws E extends Throwable
public ActionNoneVMatcher<P> when(boolean value, V1<? super P> action)
when 在类中 SimpleVMatcher<None,P,P>public ActionNoneVMatcher<P> whenNext(boolean value, V1<? super P> action)
whenNext 在类中 SimpleVMatcher<None,P,P>public <E extends Throwable> ActionNoneVMatcher<P> with(boolean value, VT1<? super P,E> action) throws E extends Throwable
public <E extends Throwable> ActionNoneVMatcher<P> withNext(boolean value, VT1<? super P,E> action) throws E extends Throwable
public ActionNoneVMatcher<P> when(PatternIn<P> values, V1<? super P> action)
when 在类中 SimpleVInMatcher<None,P,P>public ActionNoneVMatcher<P> whenNext(PatternIn<P> values, V1<? super P> action)
whenNext 在类中 SimpleVInMatcher<None,P,P>public <E extends Throwable> ActionNoneVMatcher<P> with(PatternIn<P> values, VT1<? super P,E> action) throws E extends Throwable
public <E extends Throwable> ActionNoneVMatcher<P> withNext(PatternIn<P> values, VT1<? super P,E> action) throws E extends Throwable
Copyright © 2023 io-fairy. All rights reserved.