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