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