| Modifier and Type | Class and Description |
|---|---|
static class |
Pattern1.Case<T,R> |
static class |
Pattern1.CaseBuilder1<B,T,R> |
| Modifier and Type | Method and Description |
|---|---|
protected Pattern1<T,R> |
add(Matcher1<T> matcher,
Function1<T,R> handler) |
R |
apply(T target) |
static <T,R> Pattern1<T,R> |
build() |
Pattern1.CaseBuilder1<Pattern1<T,R>,T,R> |
otherwise() |
Pattern1.CaseBuilder1<Pattern1<T,R>,T,R> |
when(Matcher1<T> matcher) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, checked, compose, identity, liftEither, liftLeft, liftOption, liftOptional, liftRight, liftTry, of, sequence, streampublic static <T,R> Pattern1<T,R> build()