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