public abstract static class API.Match.Pattern0<T> extends 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(Class<? super T> type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply, getIfDefined, isDefinedAt, lift, unlift
public static <T> API.Match.Pattern0<T> any()
public static <T> API.Match.Pattern0<T> of(Class<? super T> type)
Copyright © 2020. All Rights Reserved.