public abstract static class API.Match.Pattern0<T> extends java.lang.Object implements API.Match.Pattern<T,T>
| Constructor and Description |
|---|
Pattern0() |
| Modifier and Type | Method and Description |
|---|---|
static <T> API.Match.Pattern0<T> |
any() |
static <T> API.Match.Pattern0<T> |
of(java.lang.Class<? super T> type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, isDefinedAt, liftpublic static <T> API.Match.Pattern0<T> any()
public static <T> API.Match.Pattern0<T> of(java.lang.Class<? super T> type)