With Children
Properties
Inheritors
Documentable
Link copied to clipboard
DocTag
Link copied to clipboard
DocumentationNode
Link copied to clipboard
TagWrapper
Link copied to clipboard
ContentNode
Link copied to clipboard
PageNode
Link copied to clipboard
Extensions
childrenOfType
Link copied to clipboard
firstChildOfType
Link copied to clipboard
inline fun <T> WithChildren<*>.firstChildOfType(predicate: (T) -> Boolean): T
Content copied to clipboard
firstChildOfTypeOrNull
Link copied to clipboard
inline fun <T> WithChildren<*>.firstChildOfTypeOrNull(predicate: (T) -> Boolean): T?
Content copied to clipboard
firstMemberOfType
Link copied to clipboard
inline fun <T : WithChildren<*>> WithChildren<WithChildren<*>>.firstMemberOfType(): T
Content copied to clipboard
inline fun <T : WithChildren<*>> WithChildren<WithChildren<*>>.firstMemberOfType(predicate: (T) -> Boolean): T
Content copied to clipboard
firstMemberOfTypeOrNull
Link copied to clipboard
inline fun <T : WithChildren<*>> WithChildren<WithChildren<*>>.firstMemberOfTypeOrNull(): T?
Content copied to clipboard
withDescendants
Link copied to clipboard