| Modifier and Type | Class and Description |
|---|---|
static class |
Pattern3.CaseBuilder3<B,T,V,U,R> |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(A a,
B b,
C c) |
static <A,B,C,R> Pattern3<A,B,C,R> |
build() |
Pattern3.CaseBuilder3<Pattern3<A,B,C,R>,A,B,C,R> |
otherwise() |
Pattern3.CaseBuilder3<Pattern3<A,B,C,R>,A,B,C,R> |
when(Matcher3<A,B,C> matcher) |
public static <A,B,C,R> Pattern3<A,B,C,R> build()