Package 

Enum Variance

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum Variance
    extends Enum<Variance>
                        

    Represents both declaration-site and use-site variance. STAR is only used and valid in use-site variance, while others can be used in both.