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