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

requireNoNulls

fun <T : Any> MongoIterable<T?>.requireNoNulls(): Iterable<T> (source)

Returns an original collection containing all the non-null elements, throwing an IllegalArgumentException if there are any null elements.