telepath / com.github.giedomak.telepath.datamodels.plans / AbstractMultiTree / hasChild

hasChild

fun hasChild(index: Int): Boolean (source)

Check if a child exists with index in our children list.

Parameters

index - Index of the child we want to check.

Return
Boolean value indicating if a child exists at the given index.