public class IntersectionType extends GenericType
OBJECT| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
GenericType |
erasure() |
Set<? extends GenericType> |
getTypes() |
int |
hashCode() |
static GenericType |
of(Collection<? extends GenericType> types) |
static GenericType |
of(GenericType... types) |
substitute, substituteArgspublic static GenericType of(GenericType... types)
public static GenericType of(Collection<? extends GenericType> types)
public Set<? extends GenericType> getTypes()
public GenericType erasure()
erasure in class GenericTypeCopyright © 2019. All rights reserved.