@Beta(2020, 6) class AllExpression : Expression
Logical "and" expression for given arguments.
static fun all(vararg expressions: Expression!): AllExpression!
Creates logical "and" expression for given arguments. |
|
fun dispose(): Unit |
|
fun finalize(): Unit |
|
fun getNativeHandle(): Long |