oh yeah… a clearer approach is `map { view.getChil...
# android
m
oh yeah… a clearer approach is
map { view.getChildAt(it) }.filterIsInstance(BubbleView::java.class).iterator()
I think