DType Parameter
data class DTypeParameter( val variantTypeParameter: Variance<TypeParameter>, val documentation: SourceSetDependent<DocumentationNode>, val expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, val bounds: List<Bound>, val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, val extra: PropertyContainer<DTypeParameter> = PropertyContainer.empty()) : Documentable, WithExtraProperties<DTypeParameter>
Content copied to clipboard
Constructors
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
Link copied to clipboard
fun DTypeParameter( variantTypeParameter: Variance<TypeParameter>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, bounds: List<Bound>, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, extra: PropertyContainer<DTypeParameter> = PropertyContainer.empty())
Content copied to clipboard
Functions
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DTypeParameter>): DTypeParameter
Content copied to clipboard
Properties
Extensions
Link copied to clipboard
fun DTypeParameter.filter(filteredSet: Set<DokkaConfiguration.DokkaSourceSet>): DTypeParameter?
Content copied to clipboard