public abstract static class API.Match.Pattern2<T,T1,T2> extends Object implements API.Match.Pattern<T,Tuple2<T1,T2>>
Modifier and Type | Method and Description |
---|---|
static <T,T1 extends U1,U1,T2 extends U2,U2> |
of(Class<? super T> type,
API.Match.Pattern<T1,?> p1,
API.Match.Pattern<T2,?> p2,
Function<T,Tuple2<U1,U2>> unapply) |
public static <T,T1 extends U1,U1,T2 extends U2,U2> API.Match.Pattern2<T,T1,T2> of(Class<? super T> type, API.Match.Pattern<T1,?> p1, API.Match.Pattern<T2,?> p2, Function<T,Tuple2<U1,U2>> unapply)
Copyright © 2017. All Rights Reserved.