`(0 until childCount).asSequence().mapNotNull { ge...
# getting-started
i
(0 until childCount).asSequence().mapNotNull { getChildAt(it) as? MyObject }.first()