Matcher, PatternMatcherpublic abstract class SimpleRInMatcher<V,P,L,R> extends SimpleRMatcher<V,P,L,R>
isMatch, returnValue, value| 构造器 | 说明 |
|---|---|
SimpleRInMatcher(V value) |
|
SimpleRInMatcher(V value,
boolean isMatch) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
abstract SimpleRInMatcher<V,P,L,R> |
when(PatternIn<P> values,
R1<? super L,? extends R> action) |
|
abstract SimpleRInMatcher<V,P,L,R> |
whenNext(PatternIn<P> values,
R1<? super L,? extends R> action) |
|
abstract <E extends Throwable> |
with(PatternIn<P> values,
RT1<? super L,? extends R,E> action) |
|
abstract <E extends Throwable> |
withNext(PatternIn<P> values,
RT1<? super L,? extends R,E> action) |
public SimpleRInMatcher(V value, boolean isMatch)
public SimpleRInMatcher(V value)
public abstract SimpleRInMatcher<V,P,L,R> when(PatternIn<P> values, R1<? super L,? extends R> action)
public abstract SimpleRInMatcher<V,P,L,R> whenNext(PatternIn<P> values, R1<? super L,? extends R> action)
public abstract <E extends Throwable> SimpleRInMatcher<V,P,L,R> with(PatternIn<P> values, RT1<? super L,? extends R,E> action) throws E extends Throwable
E extends ThrowableCopyright © 2023 io-fairy. All rights reserved.