RecursiveType

data class RecursiveType(rank: Int) : TypeReference

Functions

component1
Link copied to clipboard
operator fun component1(): Int
copy
Link copied to clipboard
fun copy(rank: Int): RecursiveType
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

rank
Link copied to clipboard
val rank: Int