and

expect infix fun and(expression: Expression): Expression(source)

Create a logical AND expression that performs logical AND operation with the current expression.

Return

a logical AND expression.

Parameters

expression

the expression to AND with the current expression.

actual infix fun and(expression: Expression): Expression(source)
actual infix fun and(expression: Expression): Expression(source)