Companion

object Companion

Functions

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