GenericTypeConstructor

data class GenericTypeConstructor(    val dri: DRI,     val projections: List<Projection>,     val presentableName: String? = null,     val extra: PropertyContainer<GenericTypeConstructor> = PropertyContainer.empty()) : TypeConstructor, WithExtraProperties<GenericTypeConstructor>

Constructors

Link copied to clipboard
fun GenericTypeConstructor(    dri: DRI,     projections: List<Projection>,     presentableName: String? = null,     extra: PropertyContainer<GenericTypeConstructor> = PropertyContainer.empty())

Functions

Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<GenericTypeConstructor>): GenericTypeConstructor

Properties

Link copied to clipboard
open override val dri: DRI
Link copied to clipboard
open override val extra: PropertyContainer<GenericTypeConstructor>
Link copied to clipboard
open override val presentableName: String? = null
Link copied to clipboard
open override val projections: List<Projection>