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