public class MixMatcherMapping<V> extends ValueMatcherMapping<V>
value| 构造器 | 说明 |
|---|---|
MixMatcherMapping(V value) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<R> BooleanRMatcher<V,R> |
when(Boolean matchValue,
R1<V,R> action) |
|
BooleanVMatcher<V> |
when(Boolean matchValue,
V1<V> action) |
|
<R> BooleanRMatcher<V,R> |
whenNext(Boolean matchValue,
R1<V,R> action) |
|
BooleanVMatcher<V> |
whenNext(Boolean matchValue,
V1<V> action) |
public MixMatcherMapping(V value)
public BooleanVMatcher<V> when(Boolean matchValue, V1<V> action)
public BooleanVMatcher<V> whenNext(Boolean matchValue, V1<V> action)
public <R> BooleanRMatcher<V,R> when(Boolean matchValue, R1<V,R> action)
public <R> BooleanRMatcher<V,R> whenNext(Boolean matchValue, R1<V,R> action)
Copyright © 2021. All rights reserved.