public abstract static class API.Match.Pattern5<T,T1,T2,T3,T4,T5> extends Object implements API.Match.Pattern<T,Tuple5<T1,T2,T3,T4,T5>>
Constructor and Description |
---|
Pattern5() |
Modifier and Type | Method and Description |
---|---|
static <T,T1 extends U1,U1,T2 extends U2,U2,T3 extends U3,U3,T4 extends U4,U4,T5 extends U5,U5> |
of(Class<? super T> type,
API.Match.Pattern<T1,?> p1,
API.Match.Pattern<T2,?> p2,
API.Match.Pattern<T3,?> p3,
API.Match.Pattern<T4,?> p4,
API.Match.Pattern<T5,?> p5,
Function<T,Tuple5<U1,U2,U3,U4,U5>> unapply) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, getIfDefined, isDefinedAt, lift, unlift
public static <T,T1 extends U1,U1,T2 extends U2,U2,T3 extends U3,U3,T4 extends U4,U4,T5 extends U5,U5> API.Match.Pattern5<T,T1,T2,T3,T4,T5> of(Class<? super T> type, API.Match.Pattern<T1,?> p1, API.Match.Pattern<T2,?> p2, API.Match.Pattern<T3,?> p3, API.Match.Pattern<T4,?> p4, API.Match.Pattern<T5,?> p5, Function<T,Tuple5<U1,U2,U3,U4,U5>> unapply)
Copyright © 2019. All Rights Reserved.