Matcher, NullMatcherpublic class Null1Matcher<R> extends Object implements NullMatcher
| 构造器 | 说明 |
|---|---|
Null1Matcher() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<V,NV> Null2Matcher<NV,R> |
whenV(V matchValue,
R1<? super V,? extends NV> computeValue,
R1<? super NV,Boolean> action,
R msg) |
|
<V,NV> Null2Matcher<NV,R> |
whenV(V matchValue,
R1<? super V,? extends NV> computeValue,
R msg) |
|
<V,NV,E extends Throwable> |
withV(V matchValue,
RT1<? super V,? extends NV,E> computeValue,
RT1<? super NV,Boolean,E> action,
R msg) |
|
<V,NV,E extends Throwable> |
withV(V matchValue,
RT1<? super V,? extends NV,E> computeValue,
R msg) |
public <V,NV> Null2Matcher<NV,R> whenV(V matchValue, R1<? super V,? extends NV> computeValue, R1<? super NV,Boolean> action, R msg)
public <V,NV> Null2Matcher<NV,R> whenV(V matchValue, R1<? super V,? extends NV> computeValue, R msg)
public <V,NV,E extends Throwable> Null2Matcher<NV,R> withV(V matchValue, RT1<? super V,? extends NV,E> computeValue, RT1<? super NV,Boolean,E> action, R msg) throws E extends Throwable
E extends ThrowableCopyright © 2023 io-fairy. All rights reserved.