Matcher
public class BooleanRMatcher<V,R> extends SimpleRMatcher<V,Boolean,V,R>
isMatch, returnValue, value
BooleanRMatcher(V value)
BooleanRMatcher(V value, boolean isMatch)
R
orElse(R1<V,R> action)
BooleanRMatcher<V,R>
when(Boolean value, R1<V,R> action)
whenNext(Boolean value, R1<V,R> action)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BooleanRMatcher(V value, boolean isMatch)
public BooleanRMatcher(V value)
public BooleanRMatcher<V,R> when(Boolean value, R1<V,R> action)
when
SimpleRMatcher<V,Boolean,V,R>
public BooleanRMatcher<V,R> whenNext(Boolean value, R1<V,R> action)
whenNext
public R orElse(R1<V,R> action)
orElse
Copyright © 2021. All rights reserved.