GenericTypeConstructor

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

Functions

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

Properties

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