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