| 程序包 | 说明 |
|---|---|
| com.iofairy.pattern.matcher |
| 限定符和类型 | 类 | 说明 |
|---|---|---|
class |
ActionNoneVMatcher<P> |
ActionNone VMatcher
|
class |
ActionValueVMatcher<V,P> |
ActionValue VMatcher
|
class |
SimpleVInMatcher<V,P,L> |
Simple Matcher with void
|
class |
StringVMatcher |
String Matcher with void
|
class |
ValueVMatcher<V> |
Value Matcher with void
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
abstract SimpleVMatcher<V,P,L> |
SimpleVMatcher.when(boolean value,
V1<? super L> action) |
|
abstract SimpleVMatcher<V,P,L> |
SimpleVMatcher.when(P value,
V1<? super L> action) |
|
abstract SimpleVMatcher<V,P,L> |
SimpleVMatcher.whenNext(boolean value,
V1<? super L> action) |
|
abstract SimpleVMatcher<V,P,L> |
SimpleVMatcher.whenNext(P value,
V1<? super L> action) |
|
abstract <E extends Throwable> |
SimpleVMatcher.with(boolean value,
VT1<? super L,E> action) |
|
abstract <E extends Throwable> |
SimpleVMatcher.with(P value,
VT1<? super L,E> action) |
|
abstract <E extends Throwable> |
SimpleVMatcher.withNext(boolean value,
VT1<? super L,E> action) |
|
abstract <E extends Throwable> |
SimpleVMatcher.withNext(P value,
VT1<? super L,E> action) |
Copyright © 2023 io-fairy. All rights reserved.