TypeConstructor

data class TypeConstructor(fullyQualifiedName: String, params: List<TypeReference>) : TypeReference

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): List<TypeReference>
copy
Link copied to clipboard
fun copy(fullyQualifiedName: String, params: List<TypeReference>): TypeConstructor
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

fullyQualifiedName
Link copied to clipboard
val fullyQualifiedName: String
params
Link copied to clipboard
val params: List<TypeReference>