bitsAnyClear

@JvmName(name = "bitsAnyClearExt")
infix fun <T> KProperty<T?>.bitsAnyClear(bitmask: Long): Bson

Creates a filter that matches all documents where any of the bit positions are clear in the property.

Return

the filter

Parameters

bitmask

the bitmask


fun <T> bitsAnyClear(property: KProperty<T?>, bitmask: Long): Bson

Creates a filter that matches all documents where any of the bit positions are clear in the property.

Return

the filter

Parameters

property

the data class property

bitmask

the bitmask