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