DTypeParameter

data class DTypeParameter(variantTypeParameter: Variance<TypeParameter>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, bounds: List<Bound>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DTypeParameter>) : Documentable, WithExtraProperties<DTypeParameter>

Constructors

DTypeParameter
Link copied to clipboard
fun DTypeParameter(dri: DRI, name: String, presentableName: String?, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, bounds: List<Bound>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DTypeParameter> = PropertyContainer.empty())

Functions

component1
Link copied to clipboard
operator fun component1(): Variance<TypeParameter>
component2
Link copied to clipboard
operator fun component2(): SourceSetDependent<DocumentationNode>
component3
Link copied to clipboard
operator fun component3(): DokkaConfiguration.DokkaSourceSet?
component4
Link copied to clipboard
operator fun component4(): List<Bound>
component5
Link copied to clipboard
operator fun component5(): Set<DokkaConfiguration.DokkaSourceSet>
component6
Link copied to clipboard
operator fun component6(): PropertyContainer<DTypeParameter>
copy
Link copied to clipboard
fun copy(variantTypeParameter: Variance<TypeParameter>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, bounds: List<Bound>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DTypeParameter> = PropertyContainer.empty()): DTypeParameter
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DTypeParameter>): DTypeParameter

Properties

bounds
Link copied to clipboard
val bounds: List<Bound>
children
Link copied to clipboard
open override val children: List<Nothing>
documentation
Link copied to clipboard
open override val documentation: SourceSetDependent<DocumentationNode>
dri
Link copied to clipboard
open override val dri: DRI
expectPresentInSet
Link copied to clipboard
open override val expectPresentInSet: DokkaConfiguration.DokkaSourceSet?
extra
Link copied to clipboard
open override val extra: PropertyContainer<DTypeParameter>
name
Link copied to clipboard
open override val name: String
sourceSets
Link copied to clipboard
open override val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>
variantTypeParameter
Link copied to clipboard
val variantTypeParameter: Variance<TypeParameter>

Extensions

filter
Link copied to clipboard
fun DTypeParameter.filter(filteredSet: Set<DokkaConfiguration.DokkaSourceSet>): DTypeParameter?