| 接口 | 说明 |
|---|---|
| Matcher |
Matcher interface for all matcher.
|
| NullMatcher |
Matcher interface for all null matcher.
|
| PatternMatcher |
Matcher interface for all pattern matcher.
|
| 类 | 说明 |
|---|---|
| ActionNoneRMatcher<P,R> |
ActionNone RMatcher
|
| ActionNoneVMatcher<P> |
ActionNone VMatcher
|
| ActionValueRMatcher<V,P,R> |
ActionValue RMatcher
|
| ActionValueVMatcher<V,P> |
ActionValue VMatcher
|
| BooleanRMatcher<V,R> |
Boolean Matcher with Return value
|
| BooleanVMatcher<V> |
Boolean Matcher with void
|
| Null1Matcher<R> |
Null1Matcher
|
| Null2Matcher<T1,R> |
Null2Matcher
|
| Null3Matcher<T1,T2,R> |
Null3Matcher
|
| Null4Matcher<T1,T2,T3,R> |
Null4Matcher
|
| Null5Matcher<T1,T2,T3,T4,R> |
Null5Matcher
|
| Null6Matcher<T1,T2,T3,T4,T5,R> |
Null6Matcher
|
| Null7Matcher<T1,T2,T3,T4,T5,T6,R> |
Null7Matcher
|
| Null8Matcher<T1,T2,T3,T4,T5,T6,T7,R> |
Null8Matcher
|
| Null9Matcher<T1,T2,T3,T4,T5,T6,T7,T8,R> |
Null9Matcher
|
| SimpleMatcher<V,P,L,R> |
Simple Matcher
|
| SimpleRInMatcher<V,P,L,R> |
Simple Matcher with return value
|
| SimpleRMatcher<V,P,L,R> |
Simple Matcher with return value
|
| SimpleVInMatcher<V,P,L> |
Simple Matcher with void
|
| SimpleVMatcher<V,P,L> |
Simple Matcher with void
|
| StringRMatcher<R> |
String Matcher with return value
|
| StringVMatcher |
String Matcher with void
|
| TypeRMatcher<V,R> |
Type Matcher with return value
|
| TypeVMatcher<V> |
Type Matcher with void
|
| ValueRMatcher<V,R> |
Value Matcher with return value
|
| ValueVMatcher<V> |
Value Matcher with void
|
Copyright © 2023 io-fairy. All rights reserved.