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
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