kmongo / org.litote.kmongo / nor

nor

fun nor(vararg filters: Bson): Bson (source)
fun nor(filters: Iterable<Bson>): Bson (source)

Creates a filter that performs a logical NOR operation on all the specified filters.

Parameters

filters - the list of values

Return
the filter

Mongodb
.driver.manual reference/operator/query/nor $nor