core
1.7.0
core
/
org.jetbrains.dokka.model
/
CompositeSourceSetID
Composite
Source
Set
ID
data
class
CompositeSourceSetID
(
children
:
Set
<
DokkaSourceSetID
>
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Composite
Source
Set
ID
Link copied to clipboard
fun
CompositeSourceSetID
(
sourceSetIDs
:
Iterable
<
DokkaSourceSetID
>
)
Content copied to clipboard
Composite
Source
Set
ID
Link copied to clipboard
fun
CompositeSourceSetID
(
sourceSetId
:
DokkaSourceSetID
)
Content copied to clipboard
Composite
Source
Set
ID
Link copied to clipboard
fun
CompositeSourceSetID
(
children
:
Set
<
DokkaSourceSetID
>
)
Content copied to clipboard
Functions
contains
Link copied to clipboard
operator
fun
contains
(
sourceSet
:
DokkaConfiguration.DokkaSourceSet
)
:
Boolean
Content copied to clipboard
operator
fun
contains
(
sourceSetId
:
DokkaSourceSetID
)
:
Boolean
Content copied to clipboard
plus
Link copied to clipboard
operator
fun
plus
(
other
:
DokkaSourceSetID
)
:
CompositeSourceSetID
Content copied to clipboard
Properties
all
Link copied to clipboard
val
all
:
Set
<
DokkaSourceSetID
>
Content copied to clipboard
merged
Link copied to clipboard
val
merged
:
DokkaSourceSetID
Content copied to clipboard