menegatti
view_container.apply { val flexibleView = (0..childCount) .first { getChildAt(it) is MyObject} as MyObject ... }