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