| 程序包 | 说明 |
|---|---|
| com.iofairy.pattern.mapping | |
| com.iofairy.pattern.matcher | |
| com.iofairy.tcf |
tcf: try-catch-finally
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<E extends Throwable> |
ActionNoneMatcherMapping.with(boolean matchValue,
VT1<? super T,E> action) |
|
<E extends Throwable> |
ActionNoneMatcherMapping.with(PatternIn<T> matchValues,
VT1<? super T,E> action) |
|
<E extends Throwable> |
ActionNoneMatcherMapping.with(T matchValue,
VT1<? super T,E> action) |
|
<E extends Throwable> |
ActionValueMatcherMapping.with(boolean matchValue,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ActionValueMatcherMapping.with(PatternIn<T> matchValues,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ActionValueMatcherMapping.with(T matchValue,
VT1<? super V,E> action) |
|
<E extends Throwable> |
BooleanMatcherMapping.with(boolean matchValue,
VT1<? super V,E> action) |
|
<E extends Throwable> |
StringMatcherMapping.with(boolean matchValue,
VT1<? super String,E> action) |
|
<E extends Throwable> |
StringMatcherMapping.with(PatternIn<String> matchValues,
VT1<? super String,E> action) |
|
<E extends Throwable> |
StringMatcherMapping.with(String matchValue,
VT1<? super String,E> action) |
|
<C,E extends Throwable> |
TypeMatcherMapping.with(Class<C> matchValue,
VT1<? super C,E> action) |
|
<E extends Throwable> |
ValueMatcherMapping.with(boolean matchValue,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ValueMatcherMapping.with(PatternIn<V> matchValues,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ValueMatcherMapping.with(V matchValue,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ActionNoneMatcherMapping.withNext(boolean matchValue,
VT1<? super T,E> action) |
|
<E extends Throwable> |
ActionNoneMatcherMapping.withNext(PatternIn<T> matchValues,
VT1<? super T,E> action) |
|
<E extends Throwable> |
ActionNoneMatcherMapping.withNext(T matchValue,
VT1<? super T,E> action) |
|
<E extends Throwable> |
ActionValueMatcherMapping.withNext(boolean matchValue,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ActionValueMatcherMapping.withNext(PatternIn<T> matchValues,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ActionValueMatcherMapping.withNext(T matchValue,
VT1<? super V,E> action) |
|
<E extends Throwable> |
BooleanMatcherMapping.withNext(boolean matchValue,
VT1<? super V,E> action) |
|
<E extends Throwable> |
StringMatcherMapping.withNext(boolean matchValue,
VT1<? super String,E> action) |
|
<E extends Throwable> |
StringMatcherMapping.withNext(PatternIn<String> matchValues,
VT1<? super String,E> action) |
|
<E extends Throwable> |
StringMatcherMapping.withNext(String matchValue,
VT1<? super String,E> action) |
|
<C,E extends Throwable> |
TypeMatcherMapping.withNext(Class<C> matchValue,
VT1<? super C,E> action) |
|
<E extends Throwable> |
ValueMatcherMapping.withNext(boolean matchValue,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ValueMatcherMapping.withNext(PatternIn<V> matchValues,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ValueMatcherMapping.withNext(V matchValue,
VT1<? super V,E> action) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
<E extends Throwable> |
ActionNoneVMatcher.orWith(VT1<? super None,E> action) |
|
<E extends Throwable> |
ActionValueVMatcher.orWith(VT1<? super V,E> action) |
|
<E extends Throwable> |
BooleanVMatcher.orWith(VT1<? super V,E> action) |
|
abstract <E extends Throwable> |
SimpleVMatcher.orWith(VT1<? super V,E> action) |
|
<E extends Throwable> |
StringVMatcher.orWith(VT1<? super String,E> action) |
|
<E extends Throwable> |
TypeVMatcher.orWith(VT1<? super V,E> action) |
|
<E extends Throwable> |
ValueVMatcher.orWith(VT1<? super V,E> action) |
|
<E extends Throwable> |
ActionNoneVMatcher.with(boolean value,
VT1<? super P,E> action) |
|
<E extends Throwable> |
ActionNoneVMatcher.with(PatternIn<P> values,
VT1<? super P,E> action) |
|
<E extends Throwable> |
ActionNoneVMatcher.with(P value,
VT1<? super P,E> action) |
|
<E extends Throwable> |
ActionValueVMatcher.with(boolean value,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ActionValueVMatcher.with(PatternIn<P> values,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ActionValueVMatcher.with(P value,
VT1<? super V,E> action) |
|
<E extends Throwable> |
BooleanVMatcher.with(boolean value,
VT1<? super V,E> action) |
|
abstract <E extends Throwable> |
SimpleVInMatcher.with(PatternIn<P> values,
VT1<? super L,E> 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) |
|
<E extends Throwable> |
StringVMatcher.with(boolean value,
VT1<? super String,E> action) |
|
<E extends Throwable> |
StringVMatcher.with(PatternIn<String> values,
VT1<? super String,E> action) |
|
<E extends Throwable> |
StringVMatcher.with(String value,
VT1<? super String,E> action) |
|
<C,E extends Throwable> |
TypeVMatcher.with(Class<C> value,
VT1<? super C,E> action) |
|
<E extends Throwable> |
ValueVMatcher.with(boolean value,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ValueVMatcher.with(PatternIn<V> values,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ValueVMatcher.with(V value,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ActionNoneVMatcher.withNext(boolean value,
VT1<? super P,E> action) |
|
<E extends Throwable> |
ActionNoneVMatcher.withNext(PatternIn<P> values,
VT1<? super P,E> action) |
|
<E extends Throwable> |
ActionNoneVMatcher.withNext(P value,
VT1<? super P,E> action) |
|
<E extends Throwable> |
ActionValueVMatcher.withNext(boolean value,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ActionValueVMatcher.withNext(PatternIn<P> values,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ActionValueVMatcher.withNext(P value,
VT1<? super V,E> action) |
|
<E extends Throwable> |
BooleanVMatcher.withNext(boolean value,
VT1<? super V,E> action) |
|
abstract <E extends Throwable> |
SimpleVInMatcher.withNext(PatternIn<P> values,
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) |
|
<E extends Throwable> |
StringVMatcher.withNext(boolean value,
VT1<? super String,E> action) |
|
<E extends Throwable> |
StringVMatcher.withNext(PatternIn<String> values,
VT1<? super String,E> action) |
|
<E extends Throwable> |
StringVMatcher.withNext(String value,
VT1<? super String,E> action) |
|
<C,E extends Throwable> |
TypeVMatcher.withNext(Class<C> value,
VT1<? super C,E> action) |
|
<E extends Throwable> |
ValueVMatcher.withNext(boolean value,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ValueVMatcher.withNext(PatternIn<V> values,
VT1<? super V,E> action) |
|
<E extends Throwable> |
ValueVMatcher.withNext(V value,
VT1<? super V,E> action) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
Close.tcf(VT1<C,Throwable> closeAction) |
Closing resources that not
implements AutoCloseable. |
void |
Close.tcf(VT1<C,Throwable> closeAction,
boolean isPrintTrace) |
Closing resources that not
implements AutoCloseable. |
void |
Close.tcf(VT1<C,Throwable> closeAction,
V2<C,Throwable> catchAction) |
|
void |
Close.tcf(VT1<C,Throwable> closeAction,
V2<C,Throwable> catchAction,
V1<C> finallyAction) |
Copyright © 2023 io-fairy. All rights reserved.