CompositeSourceSetID

A unique composite key of multiple DokkaSourceSetID that identifies DisplaySourceSet. Consists of multiple (non-zero) DokkaSourceSetID that the corresponding DisplaySourceSet was built from.

Should not be constructed or copied outside of DisplaySourceSet instantiation.

Constructors

Link copied to clipboard
constructor(sourceSetIDs: Iterable<DokkaSourceSetID>)
constructor(sourceSetId: DokkaSourceSetID)
constructor(children: Set<DokkaSourceSetID>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun contains(sourceSetId: DokkaSourceSetID): Boolean
Link copied to clipboard