public interface TypeConstraints
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<JetType> |
getExactBounds() |
java.util.Set<JetType> |
getLowerBounds() |
java.util.Set<JetType> |
getUpperBounds() |
Variance |
getVarianceOfPosition() |
boolean |
isEmpty() |
@NotNull java.util.Set<JetType> getLowerBounds()
@NotNull java.util.Set<JetType> getUpperBounds()
@NotNull java.util.Set<JetType> getExactBounds()
@NotNull Variance getVarianceOfPosition()
boolean isEmpty()