CompositeSourceSetID

data class CompositeSourceSetID(children: Set<DokkaSourceSetID>)

Constructors

CompositeSourceSetID
Link copied to clipboard
fun CompositeSourceSetID(sourceSetIDs: Iterable<DokkaSourceSetID>)
CompositeSourceSetID
Link copied to clipboard
fun CompositeSourceSetID(sourceSetId: DokkaSourceSetID)

Functions

contains
Link copied to clipboard
operator fun contains(sourceSet: DokkaConfiguration.DokkaSourceSet): Boolean
operator fun contains(sourceSetId: DokkaSourceSetID): Boolean
copy
Link copied to clipboard
fun copy(children: Set<DokkaSourceSetID>): CompositeSourceSetID
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
plus
Link copied to clipboard
operator fun plus(other: DokkaSourceSetID): CompositeSourceSetID
toString
Link copied to clipboard
open override fun toString(): String

Properties

all
Link copied to clipboard
val all: Set<DokkaSourceSetID>
merged
Link copied to clipboard
val merged: DokkaSourceSetID