core-ktx / androidx.view / android.view.ViewGroup / forEach

forEach

inline fun ViewGroup.forEach(action: (view: View) -> Unit): Unit

Performs the given action on each view in this view group.