<R> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.when(boolean matchValue,
R1<? super V,? extends R> action) |
|
<R> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.when(PatternIn<T> matchValues,
R1<? super V,? extends R> action) |
|
<R> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.when(T matchValue,
R1<? super V,? extends R> action) |
|
<R> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.whenNext(boolean matchValue,
R1<? super V,? extends R> action) |
|
<R> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.whenNext(PatternIn<T> matchValues,
R1<? super V,? extends R> action) |
|
<R> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.whenNext(T matchValue,
R1<? super V,? extends R> action) |
|
<R,E extends Throwable> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.with(boolean matchValue,
RT1<? super V,? extends R,E> action) |
|
<R,E extends Throwable> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.with(PatternIn<T> matchValues,
RT1<? super V,? extends R,E> action) |
|
<R,E extends Throwable> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.with(T matchValue,
RT1<? super V,? extends R,E> action) |
|
<R,E extends Throwable> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.withNext(boolean matchValue,
RT1<? super V,? extends R,E> action) |
|
<R,E extends Throwable> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.withNext(PatternIn<T> matchValues,
RT1<? super V,? extends R,E> action) |
|
<R,E extends Throwable> ActionValueRMatcher<V,T,R> |
ActionValueMatcherMapping.withNext(T matchValue,
RT1<? super V,? extends R,E> action) |
|