code
UI Base
/
com.mapbox.navigation.ui.base.installer
/
ComponentInstaller
/
findComponent
find
Component
abstract
fun
<
T
>
findComponent
(
predicate
:
(
Any
)
->
Boolean
)
:
T
?
Content copied to clipboard
Find installed component that matches given
predicate
.