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

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?