| 程序包 | 说明 |
|---|---|
| com.github.gg_a.pattern.mapping | |
| com.github.gg_a.pattern.matcher |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<R> BooleanRMatcher<V,R> |
BooleanMatcherMapping.when(Boolean matchValue,
R1<V,R> action) |
|
<R> BooleanRMatcher<V,R> |
MixMatcherMapping.when(Boolean matchValue,
R1<V,R> action) |
|
<R> BooleanRMatcher<V,R> |
BooleanMatcherMapping.whenNext(Boolean matchValue,
R1<V,R> action) |
|
<R> BooleanRMatcher<V,R> |
MixMatcherMapping.whenNext(Boolean matchValue,
R1<V,R> action) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
BooleanRMatcher<V,R> |
BooleanRMatcher.when(Boolean value,
R1<V,R> action) |
|
BooleanRMatcher<V,R> |
BooleanRMatcher.whenNext(Boolean value,
R1<V,R> action) |
Copyright © 2021. All rights reserved.