DTypeAlias

data class DTypeAlias(val dri: DRI, val name: String, val type: Bound, val underlyingType: SourceSetDependent<Bound>, val visibility: SourceSetDependent<Visibility>, val documentation: SourceSetDependent<DocumentationNode>, val expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, val sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, val generics: List<DTypeParameter>, val sources: SourceSetDependent<DocumentableSource>, val extra: PropertyContainer<DTypeAlias> = PropertyContainer.empty()) : Documentable, WithType, WithVisibility, WithExtraProperties<DTypeAlias> , WithGenerics, WithSources

Constructors

Link copied to clipboard
constructor(dri: DRI, name: String, type: Bound, underlyingType: SourceSetDependent<Bound>, visibility: SourceSetDependent<Visibility>, documentation: SourceSetDependent<DocumentationNode>, expectPresentInSet: DokkaConfiguration.DokkaSourceSet?, sourceSets: Set<DokkaConfiguration.DokkaSourceSet>, generics: List<DTypeParameter>, sources: SourceSetDependent<DocumentableSource>, extra: PropertyContainer<DTypeAlias> = PropertyContainer.empty())

Properties

Link copied to clipboard
open override val children: List<Nothing>
Link copied to clipboard
Link copied to clipboard
open override val dri: DRI
Link copied to clipboard
Link copied to clipboard
open override val extra: PropertyContainer<DTypeAlias>
Link copied to clipboard
open override val generics: List<DTypeParameter>
Link copied to clipboard
open override val name: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val type: Bound
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
inline fun <T> WithChildren<*>.childrenOfType(): List<T>
Link copied to clipboard
Link copied to clipboard
inline fun <T> WithChildren<*>.firstChildOfType(): T
inline fun <T> WithChildren<*>.firstChildOfType(predicate: (T) -> Boolean): T
Link copied to clipboard
inline fun <T> WithChildren<*>.firstChildOfTypeOrNull(predicate: (T) -> Boolean): T?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@JvmName(name = "withDescendantsProjection")
fun WithChildren<*>.withDescendants(): Sequence<Any?>
@JvmName(name = "withDescendantsAny")
fun WithChildren<Any>.withDescendants(): Sequence<Any>
Link copied to clipboard
open override fun withNewExtras(newExtras: PropertyContainer<DTypeAlias>): DTypeAlias