UnionType

class UnionType(val name: String, val members: ObjectType) : CompiledNamedType

Constructors

Link copied to clipboard
constructor(name: String, vararg members: ObjectType)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun leafType(): CompiledNamedType
Link copied to clipboard
@JvmName(name = "-list")
fun CompiledType.list(): CompiledListType
Link copied to clipboard
Link copied to clipboard
open override fun rawType(): CompiledNamedType