D Type Parameter
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>
Content copied to clipboard
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())
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
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
Content copied to clipboard
withNewExtras
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DTypeParameter>): DTypeParameter
Content copied to clipboard
Properties
documentation
Link copied to clipboard
expectPresentInSet
Link copied to clipboard
extra
Link copied to clipboard
sourceSets
Link copied to clipboard
variantTypeParameter
Link copied to clipboard
Extensions
filter
Link copied to clipboard
fun DTypeParameter.filter(filteredSet: Set<DokkaConfiguration.DokkaSourceSet>): DTypeParameter?
Content copied to clipboard