//arrow-core/arrow.core/Either/findOrNull
common inline fun findOrNull(predicate: (B) -> Boolean): B?
Do you like Arrow?