TomTomAndroidTools
api_util
/
com.tomtom.tools.android.api.util
/
traverse
traverse
fun
View
.
traverse
(
applyOnViewFunction
:
View
.
(
)
->
Unit
)
Content copied to clipboard
Traverses across the view and all its children, and applies
applyOnViewFunction
to them.