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