MongoDB request DSL • opensavvy.ktmongo.dsl.query • FilterQuery • containsAll
containsAll¶
abstract infix fun <V> Field<T, Collection<V>>.containsAll(values: Collection<V>)
Selects documents where the value of a field is an array that contains all the specified values
.
Example¶
External resources¶
open infix fun <V> KProperty1<T, Collection<V>>.containsAll(values: Collection<V>)