public abstract static class API.Match.Pattern1<T,T1> extends java.lang.Object implements API.Match.Pattern<T,T1>
Constructor and Description |
---|
Pattern1() |
Modifier and Type | Method and Description |
---|---|
static <T,T1 extends U1,U1> |
of(java.lang.Class<? super T> type,
API.Match.Pattern<T1,?> p1,
java.util.function.Function<T,Tuple1<U1>> unapply) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, isDefinedAt, lift
public static <T,T1 extends U1,U1> API.Match.Pattern1<T,T1> of(java.lang.Class<? super T> type, API.Match.Pattern<T1,?> p1, java.util.function.Function<T,Tuple1<U1>> unapply)