kmongo / kotlin.collections / first

first

inline fun <T> MongoIterable<T>.first(crossinline predicate: (T) -> Boolean): T