public static final class Pattern2.CaseBuilder2<B,T,V,R> extends java.lang.Object
B
returns(R value)
then(Function2<T,V,R> handler)
Pattern2.CaseBuilder2<B,T,V,R>
when(Matcher2<T,V> matcher)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pattern2.CaseBuilder2<B,T,V,R> when(Matcher2<T,V> matcher)
public B then(Function2<T,V,R> handler)
public B returns(R value)