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