Companion

object Companion

Functions

Link copied to clipboard
fun filter(vararg expressions: QueryExpression): Bool
fun filter(expressions: List<QueryExpression>): Bool
Link copied to clipboard
fun must(vararg expressions: QueryExpression): Bool
fun must(expressions: List<QueryExpression>): Bool
Link copied to clipboard
fun mustNot(vararg expressions: QueryExpression): Bool
fun mustNot(expressions: List<QueryExpression>): Bool
Link copied to clipboard
fun should(vararg expressions: QueryExpression): Bool
fun should(expressions: List<QueryExpression>): Bool