public abstract class EnvironmentType extends Object
Modifier and Type | Field and Description |
---|---|
static Function<Type,EnvironmentType> |
wrap |
getRawType, refer
format
Constructor and Description |
---|
EnvironmentType() |
Modifier and Type | Method and Description |
---|---|
Format |
format() |
Format |
refer() |
static List<EnvironmentType> |
wrap(Type... classes) |
static EnvironmentType |
wrap(Type t) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRawType
public static final Function<Type,EnvironmentType> wrap
public static EnvironmentType wrap(Type t)
public static List<EnvironmentType> wrap(Type... classes)
public final Format format()
format
in interface Formattable
see also the complete user documentation .