kmongo / kotlin.collections / indexOfLast

indexOfLast

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