| 程序包 | 说明 |
|---|---|
| com.iofairy.pattern |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static <V,T> ActionValueMatcherMapping<V,T> |
Pattern.match(V value,
R1<? super T,V> preAction,
Class<T> clazz) |
|
static <V> ActionValueMatcherMapping<V,V> |
Pattern.match(V value,
R1<? super V,V> preAction) |
The values in
.when(value) are preprocessed by preAction and then match. |
Copyright © 2023 io-fairy. All rights reserved.