Constructors

Link copied to clipboard
constructor(type: String)
constructor(type: Type.Value)
constructor(vararg types: String)
constructor(vararg types: Type.Value)
constructor(types: MutableSet<String>)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun mergeWith(other: Type): Type
Link copied to clipboard
open override fun toString(): String