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
constructor(dri: DRI, projections: List<Projection>, presentableName: String? = null, extra: PropertyContainer<GenericTypeConstructor> = PropertyContainer.empty())

Properties

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

Functions

Link copied to clipboard