kmongo / kotlin.collections / com.mongodb.client.MongoIterable / dropWhile

dropWhile

inline fun <T> MongoIterable<T>.dropWhile(crossinline predicate: (T) -> Boolean): List<T> (source)

Returns a list containing all elements except first elements that satisfy the given predicate.

//Unresolved: samples.collections.Collections.Transformations.drop