hasChildren

fun hasChildren(childrenIds: List<String>): Boolean

Whether every id in childrenIds is currently present among this tile's direct tiles — the mechanism behind CheckIfTileContainsChildren. An empty tiles (or a holder with no children list at all) only satisfies this for an empty childrenIds.

Return

true if every id in childrenIds is a current direct child's id.

Parameters

childrenIds

ids that must all be present among the current children.