aries / net.globalid.aries.storage.wql.dsl / not

not

fun QueryBuilder.not(block: QueryBuilder.() -> Unit): QueryBuilder

Extends QueryBuilder not method. The current implementation makes using $not combinator more idiomatically for Kotlin.

Parameters

block - for working with child QueryBuilder context

Return
the current QueryBuilder instance