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

getChild

fun getChild(index: Int): ImplementingTree? (source)

Return the child at a given index or null when not existent.

Parameters

index - Index of the child

Return
Child at the given index from our children list.