TypeParam

data class TypeParam(bounds: List<TypeReference>) : TypeReference

Functions

component1
Link copied to clipboard
operator fun component1(): List<TypeReference>
copy
Link copied to clipboard
fun copy(bounds: List<TypeReference>): TypeParam
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

bounds
Link copied to clipboard
val bounds: List<TypeReference>