| 程序包 | 说明 |
|---|---|
| com.github.gg_a.pattern.mapping | |
| com.github.gg_a.pattern.matcher |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<R> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.when(PatternIn<T> matchValues,
R1<V,R> action) |
|
<R> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.when(T matchValue,
R1<V,R> action) |
|
<R> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.whenNext(PatternIn<T> matchValues,
R1<V,R> action) |
|
<R> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.whenNext(T matchValue,
R1<V,R> action) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ActionValueRMatcher<V,P,R> |
ActionValueRMatcher.when(PatternIn<P> values,
R1<V,R> action) |
|
ActionValueRMatcher<V,P,R> |
ActionValueRMatcher.when(P value,
R1<V,R> action) |
|
ActionValueRMatcher<V,P,R> |
ActionValueRMatcher.whenNext(PatternIn<P> values,
R1<V,R> action) |
|
ActionValueRMatcher<V,P,R> |
ActionValueRMatcher.whenNext(P value,
R1<V,R> action) |
Copyright © 2021. All rights reserved.