| 程序包 | 说明 |
|---|---|
| com.iofairy.pattern.mapping | |
| com.iofairy.pattern.matcher |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<R> BooleanRMatcher<V,R> |
BooleanMatcherMapping.when(boolean matchValue,
R1<? super V,? extends R> action) |
|
<R> BooleanRMatcher<V,R> |
BooleanMatcherMapping.whenNext(boolean matchValue,
R1<? super V,? extends R> action) |
|
<R,E extends Throwable> |
BooleanMatcherMapping.with(boolean matchValue,
RT1<? super V,? extends R,E> action) |
|
<R,E extends Throwable> |
BooleanMatcherMapping.withNext(boolean matchValue,
RT1<? super V,? extends R,E> action) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
BooleanRMatcher<V,R> |
BooleanRMatcher.when(boolean value,
R1<? super V,? extends R> action) |
|
BooleanRMatcher<V,R> |
BooleanRMatcher.whenNext(boolean value,
R1<? super V,? extends R> action) |
|
<E extends Throwable> |
BooleanRMatcher.with(boolean value,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
BooleanRMatcher.withNext(boolean value,
RT1<? super V,? extends R,E> action) |
Copyright © 2023 io-fairy. All rights reserved.