findInstance

inline fun <R> Iterable<Any>.findInstance(predicate: (R) -> Boolean = { true }): R?