public static final class Pattern3.CaseBuilder3<B,T,V,U,R> extends java.lang.Object
B
returns(R value)
then(Function3<T,V,U,R> handler)
Pattern3.CaseBuilder3<B,T,V,U,R>
when(Matcher3<T,V,U> matcher)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Pattern3.CaseBuilder3<B,T,V,U,R> when(Matcher3<T,V,U> matcher)
public B then(Function3<T,V,U,R> handler)
public B returns(R value)