public static final class Pattern1.CaseBuilder1<B,T,R> extends java.lang.Object
B
returns(R value)
then(Function1<T,R> handler)
Pattern1.CaseBuilder1<B,T,R>
when(Matcher1<T> matcher)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pattern1.CaseBuilder1<B,T,R> when(Matcher1<T> matcher)
public B then(Function1<T,R> handler)
public B returns(R value)