| Modifier and Type | Class and Description |
|---|---|
static class |
Pattern2.CaseBuilder2<B,T,V,R> |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(A a,
B b) |
static <A,B,R> Pattern2<A,B,R> |
build() |
Pattern2.CaseBuilder2<Pattern2<A,B,R>,A,B,R> |
otherwise() |
Pattern2.CaseBuilder2<Pattern2<A,B,R>,A,B,R> |
when(Matcher2<A,B> matcher) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, curried, liftEither, liftOption, liftTry, of, tupledpublic static <A,B,R> Pattern2<A,B,R> build()