| 程序包 | 说明 |
|---|---|
| com.iofairy.pattern.mapping | |
| com.iofairy.pattern.matcher |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<V,NV,R> Null2Matcher<NV,R> |
NullMatcherMapping.whenV(V matchValue,
R1<? super V,? extends NV> computeValue,
R1<? super NV,Boolean> action,
R msg) |
|
<V,NV,R> Null2Matcher<NV,R> |
NullMatcherMapping.whenV(V matchValue,
R1<? super V,? extends NV> computeValue,
R msg) |
|
<V,NV,R,E extends Throwable> |
NullMatcherMapping.withV(V matchValue,
RT1<? super V,? extends NV,E> computeValue,
RT1<? super NV,Boolean,E> action,
R msg) |
|
<V,NV,R,E extends Throwable> |
NullMatcherMapping.withV(V matchValue,
RT1<? super V,? extends NV,E> computeValue,
R msg) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<V,NV> Null2Matcher<NV,R> |
Null1Matcher.whenV(V matchValue,
R1<? super V,? extends NV> computeValue,
R1<? super NV,Boolean> action,
R msg) |
|
<V,NV> Null2Matcher<NV,R> |
Null1Matcher.whenV(V matchValue,
R1<? super V,? extends NV> computeValue,
R msg) |
|
<V,NV,E extends Throwable> |
Null1Matcher.withV(V matchValue,
RT1<? super V,? extends NV,E> computeValue,
RT1<? super NV,Boolean,E> action,
R msg) |
|
<V,NV,E extends Throwable> |
Null1Matcher.withV(V matchValue,
RT1<? super V,? extends NV,E> computeValue,
R msg) |
Copyright © 2023 io-fairy. All rights reserved.