core
1.7.0
core
/
org.jetbrains.dokka.model
/
withDescendants
with
Descendants
fun
<
T
:
WithChildren
<
T
>
>
T
.
withDescendants
(
)
:
Sequence
<
T
>
Content copied to clipboard
@
JvmName
(
name
=
"withDescendantsProjection"
)
fun
WithChildren
<
*
>
.
withDescendants
(
)
:
Sequence
<
Any
?
>
Content copied to clipboard
@
JvmName
(
name
=
"withDescendantsAny"
)
fun
WithChildren
<
Any
>
.
withDescendants
(
)
:
Sequence
<
Any
>
Content copied to clipboard