findComponent

abstract fun <T> findComponent(predicate: (Any) -> Boolean): T?

Find installed component that matches given predicate.