| 程序包 | 说明 |
|---|---|
| com.iofairy.pattern.matcher |
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
ActionNoneRMatcher<P,R> |
ActionNone RMatcher
|
class |
ActionValueRMatcher<V,P,R> |
ActionValue RMatcher
|
class |
StringRMatcher<R> |
String Matcher with return value
|
class |
ValueRMatcher<V,R> |
Value Matcher with return value
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
abstract SimpleRInMatcher<V,P,L,R> |
SimpleRInMatcher.when(PatternIn<P> values,
R1<? super L,? extends R> action) |
|
abstract SimpleRInMatcher<V,P,L,R> |
SimpleRInMatcher.whenNext(PatternIn<P> values,
R1<? super L,? extends R> action) |
|
abstract <E extends Throwable> |
SimpleRInMatcher.with(PatternIn<P> values,
RT1<? super L,? extends R,E> action) |
|
abstract <E extends Throwable> |
SimpleRInMatcher.withNext(PatternIn<P> values,
RT1<? super L,? extends R,E> action) |
Copyright © 2023 io-fairy. All rights reserved.