MatcherMappingpublic class NullMatcherMapping<N> extends Object implements MatcherMapping
| 构造器 | 说明 |
|---|---|
NullMatcherMapping(N value) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<V,NV,R> Null2Matcher<NV,R> |
whenV(V matchValue,
R1<? super V,? extends NV> computeValue,
R1<? super NV,Boolean> action,
R msg) |
|
<V,NV,R> Null2Matcher<NV,R> |
whenV(V matchValue,
R1<? super V,? extends NV> computeValue,
R msg) |
|
<V,NV,R,E extends Throwable> |
withV(V matchValue,
RT1<? super V,? extends NV,E> computeValue,
RT1<? super NV,Boolean,E> action,
R msg) |
|
<V,NV,R,E extends Throwable> |
withV(V matchValue,
RT1<? super V,? extends NV,E> computeValue,
R msg) |
protected final N value
public NullMatcherMapping(N value)
public <V,NV,R> Null2Matcher<NV,R> whenV(V matchValue, R1<? super V,? extends NV> computeValue, R1<? super NV,Boolean> action, R msg)
public <V,NV,R> Null2Matcher<NV,R> whenV(V matchValue, R1<? super V,? extends NV> computeValue, R msg)
public <V,NV,R,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 Throwablepublic <V,NV,R,E extends Throwable> Null2Matcher<NV,R> withV(V matchValue, RT1<? super V,? extends NV,E> computeValue, R msg) throws E extends Throwable
E extends ThrowableCopyright © 2023 io-fairy. All rights reserved.