Generic Type Constructor
data class GenericTypeConstructor(dri: DRI, projections: List<Projection>, presentableName: String?, extra: PropertyContainer<GenericTypeConstructor>) : TypeConstructor, WithExtraProperties<GenericTypeConstructor>
Content copied to clipboard
Functions
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<GenericTypeConstructor>): GenericTypeConstructor
Content copied to clipboard
Properties
extra
Link copied to clipboard
presentableName
Link copied to clipboard
projections
Link copied to clipboard