public abstract static class API.Match.Pattern0<T> extends Object implements API.Match.Pattern<T,T>
Modifier and Type | Method and Description |
---|---|
static <T> API.Match.Pattern0<T> |
any() |
static <T> API.Match.Pattern0<T> |
of(Class<? super T> type) |
public static <T> API.Match.Pattern0<T> any()
public static <T> API.Match.Pattern0<T> of(Class<? super T> type)
Copyright © 2016. All Rights Reserved.