CompiledType

sealed class CompiledType

Functions

leafType
Link copied to clipboard
common
abstract fun leafType(): CompiledNamedType

Inheritors

CompiledNotNullType
Link copied to clipboard
CompiledListType
Link copied to clipboard
CompiledNamedType
Link copied to clipboard

Extensions

list
Link copied to clipboard
common
@JvmName(name = -list)
fun CompiledType.list(): CompiledListType
notNull
Link copied to clipboard
common
@JvmName(name = -notNull)
fun CompiledType.notNull(): CompiledNotNullType