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