fun QueryBuilder.not(block: QueryBuilder.() -> Unit): QueryBuilder
Extends QueryBuilder not method. The current implementation makes using $not combinator more idiomatically for Kotlin.
block
- for working with child QueryBuilder context
Return
the current QueryBuilder instance