| 程序包 | 说明 |
|---|---|
| com.iofairy.pattern | |
| com.iofairy.pattern.mapping | |
| com.iofairy.pattern.matcher |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static <T> PatternIn<T> |
Pattern.in(T... values) |
|
static <T> PatternIn<T> |
PatternIn.in(T... values) |
Match multi-values in one time.
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<R> ActionNoneRMatcher<T,R> |
ActionNoneMatcherMapping.when(PatternIn<T> matchValues,
R1<? super T,? extends R> action) |
|
ActionNoneVMatcher<T> |
ActionNoneMatcherMapping.when(PatternIn<T> matchValues,
V1<? super T> action) |
|
<R> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.when(PatternIn<T> matchValues,
R1<? super V,? extends R> action) |
|
ActionValueVMatcher<V,T> |
ActionValueMatcherMapping.when(PatternIn<T> matchValues,
V1<? super V> action) |
|
<R> StringRMatcher<R> |
StringMatcherMapping.when(PatternIn<String> matchValues,
R1<? super String,? extends R> action) |
|
StringVMatcher |
StringMatcherMapping.when(PatternIn<String> matchValues,
V1<? super String> action) |
|
<R> ValueRMatcher<V,R> |
ValueMatcherMapping.when(PatternIn<V> matchValues,
R1<? super V,? extends R> action) |
|
ValueVMatcher<V> |
ValueMatcherMapping.when(PatternIn<V> matchValues,
V1<? super V> action) |
|
<R> ActionNoneRMatcher<T,R> |
ActionNoneMatcherMapping.whenNext(PatternIn<T> matchValues,
R1<? super T,? extends R> action) |
|
ActionNoneVMatcher<T> |
ActionNoneMatcherMapping.whenNext(PatternIn<T> matchValues,
V1<? super T> action) |
|
<R> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.whenNext(PatternIn<T> matchValues,
R1<? super V,? extends R> action) |
|
ActionValueVMatcher<V,T> |
ActionValueMatcherMapping.whenNext(PatternIn<T> matchValues,
V1<? super V> action) |
|
<R> StringRMatcher<R> |
StringMatcherMapping.whenNext(PatternIn<String> matchValues,
R1<? super String,? extends R> action) |
|
StringVMatcher |
StringMatcherMapping.whenNext(PatternIn<String> matchValues,
V1<? super String> action) |
|
<R> ValueRMatcher<V,R> |
ValueMatcherMapping.whenNext(PatternIn<V> matchValues,
R1<? super V,? extends R> action) |
|
ValueVMatcher<V> |
ValueMatcherMapping.whenNext(PatternIn<V> matchValues,
V1<? super V> action) |
|
<R,E extends Throwable> |
ActionNoneMatcherMapping.with(PatternIn<T> matchValues,
RT1<? super T,? extends R,E> action) |
|
<E extends Throwable> |
ActionNoneMatcherMapping.with(PatternIn<T> matchValues,
VT1<? super T,E> action) |
|
<R,E extends Throwable> |
ActionValueMatcherMapping.with(PatternIn<T> matchValues,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
ActionValueMatcherMapping.with(PatternIn<T> matchValues,
VT1<? super V,E> action) |
|
<R,E extends Throwable> |
StringMatcherMapping.with(PatternIn<String> matchValues,
RT1<? super String,? extends R,E> action) |
|
<E extends Throwable> |
StringMatcherMapping.with(PatternIn<String> matchValues,
VT1<? super String,E> action) |
|
<R,E extends Throwable> |
ValueMatcherMapping.with(PatternIn<V> matchValues,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
ValueMatcherMapping.with(PatternIn<V> matchValues,
VT1<? super V,E> action) |
|
<R,E extends Throwable> |
ActionNoneMatcherMapping.withNext(PatternIn<T> matchValues,
RT1<? super T,? extends R,E> action) |
|
<E extends Throwable> |
ActionNoneMatcherMapping.withNext(PatternIn<T> matchValues,
VT1<? super T,E> action) |
|
<R,E extends Throwable> |
ActionValueMatcherMapping.withNext(PatternIn<T> matchValues,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
ActionValueMatcherMapping.withNext(PatternIn<T> matchValues,
VT1<? super V,E> action) |
|
<R,E extends Throwable> |
StringMatcherMapping.withNext(PatternIn<String> matchValues,
RT1<? super String,? extends R,E> action) |
|
<E extends Throwable> |
StringMatcherMapping.withNext(PatternIn<String> matchValues,
VT1<? super String,E> action) |
|
<R,E extends Throwable> |
ValueMatcherMapping.withNext(PatternIn<V> matchValues,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
ValueMatcherMapping.withNext(PatternIn<V> matchValues,
VT1<? super V,E> action) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
ActionNoneRMatcher<P,R> |
ActionNoneRMatcher.when(PatternIn<P> values,
R1<? super P,? extends R> action) |
|
ActionNoneVMatcher<P> |
ActionNoneVMatcher.when(PatternIn<P> values,
V1<? super P> action) |
|
ActionValueRMatcher<V,P,R> |
ActionValueRMatcher.when(PatternIn<P> values,
R1<? super V,? extends R> action) |
|
ActionValueVMatcher<V,P> |
ActionValueVMatcher.when(PatternIn<P> values,
V1<? super V> action) |
|
abstract SimpleRInMatcher<V,P,L,R> |
SimpleRInMatcher.when(PatternIn<P> values,
R1<? super L,? extends R> action) |
|
abstract SimpleVInMatcher<V,P,L> |
SimpleVInMatcher.when(PatternIn<P> values,
V1<? super L> action) |
|
StringRMatcher<R> |
StringRMatcher.when(PatternIn<String> values,
R1<? super String,? extends R> action) |
|
StringVMatcher |
StringVMatcher.when(PatternIn<String> values,
V1<? super String> action) |
|
ValueRMatcher<V,R> |
ValueRMatcher.when(PatternIn<V> values,
R1<? super V,? extends R> action) |
|
ValueVMatcher<V> |
ValueVMatcher.when(PatternIn<V> values,
V1<? super V> action) |
|
ActionNoneRMatcher<P,R> |
ActionNoneRMatcher.whenNext(PatternIn<P> values,
R1<? super P,? extends R> action) |
|
ActionNoneVMatcher<P> |
ActionNoneVMatcher.whenNext(PatternIn<P> values,
V1<? super P> action) |
|
ActionValueRMatcher<V,P,R> |
ActionValueRMatcher.whenNext(PatternIn<P> values,
R1<? super V,? extends R> action) |
|
ActionValueVMatcher<V,P> |
ActionValueVMatcher.whenNext(PatternIn<P> values,
V1<? super V> action) |
|
abstract SimpleRInMatcher<V,P,L,R> |
SimpleRInMatcher.whenNext(PatternIn<P> values,
R1<? super L,? extends R> action) |
|
abstract SimpleVInMatcher<V,P,L> |
SimpleVInMatcher.whenNext(PatternIn<P> values,
V1<? super L> action) |
|
StringRMatcher<R> |
StringRMatcher.whenNext(PatternIn<String> values,
R1<? super String,? extends R> action) |
|
StringVMatcher |
StringVMatcher.whenNext(PatternIn<String> values,
V1<? super String> action) |
|
ValueRMatcher<V,R> |
ValueRMatcher.whenNext(PatternIn<V> values,
R1<? super V,? extends R> action) |
|
ValueVMatcher<V> |
ValueVMatcher.whenNext(PatternIn<V> values,
V1<? super V> action) |
|
<E extends Throwable> |
ActionNoneRMatcher.with(PatternIn<P> values,
RT1<? super P,? extends R,E> action) |
|
<E extends Throwable> |
ActionNoneVMatcher.with(PatternIn<P> values,
VT1<? super P,E> action) |
|
<E extends Throwable> |
ActionValueRMatcher.with(PatternIn<P> values,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
ActionValueVMatcher.with(PatternIn<P> values,
VT1<? super V,E> action) |
|
abstract <E extends Throwable> |
SimpleRInMatcher.with(PatternIn<P> values,
RT1<? super L,? extends R,E> action) |
|
abstract <E extends Throwable> |
SimpleVInMatcher.with(PatternIn<P> values,
VT1<? super L,E> action) |
|
<E extends Throwable> |
StringRMatcher.with(PatternIn<String> values,
RT1<? super String,? extends R,E> action) |
|
<E extends Throwable> |
StringVMatcher.with(PatternIn<String> values,
VT1<? super String,E> action) |
|
<E extends Throwable> |
ValueRMatcher.with(PatternIn<V> values,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
ValueVMatcher.with(PatternIn<V> values,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ActionNoneRMatcher.withNext(PatternIn<P> values,
RT1<? super P,? extends R,E> action) |
|
<E extends Throwable> |
ActionNoneVMatcher.withNext(PatternIn<P> values,
VT1<? super P,E> action) |
|
<E extends Throwable> |
ActionValueRMatcher.withNext(PatternIn<P> values,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
ActionValueVMatcher.withNext(PatternIn<P> values,
VT1<? super V,E> action) |
|
abstract <E extends Throwable> |
SimpleRInMatcher.withNext(PatternIn<P> values,
RT1<? super L,? extends R,E> action) |
|
abstract <E extends Throwable> |
SimpleVInMatcher.withNext(PatternIn<P> values,
VT1<? super L,E> action) |
|
<E extends Throwable> |
StringRMatcher.withNext(PatternIn<String> values,
RT1<? super String,? extends R,E> action) |
|
<E extends Throwable> |
StringVMatcher.withNext(PatternIn<String> values,
VT1<? super String,E> action) |
|
<E extends Throwable> |
ValueRMatcher.withNext(PatternIn<V> values,
RT1<? super V,? extends R,E> action) |
|
<E extends Throwable> |
ValueVMatcher.withNext(PatternIn<V> values,
VT1<? super V,E> action) |
Copyright © 2023 io-fairy. All rights reserved.