kmongo / org.litote.kmongo / pullAll

pullAll

fun <T> pullAll(property: KProperty<Iterable<T>?>, values: List<T?>?): Bson (source)

Creates an update that removes all instances of the given values from the array value of the property.

Parameters

property - the property

values - the values

Parameters

Return
the update

Mongodb
.driver.manual reference/operator/update/pull/ $pull