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