UnionType

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

Constructors

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

Functions

Link copied to clipboard
open override fun leafType(): CompiledNamedType
Link copied to clipboard
open override fun rawType(): CompiledNamedType

Properties

Link copied to clipboard
val members: Array<out ObjectType>
Link copied to clipboard
val name: String