greaterThan

expect fun greaterThan(expression: Expression): Expression(source)

Create a greater than expression that evaluates whether or not the current expression is greater than the given expression.

Return

a greater than expression.

Parameters

expression

the expression to compare with the current expression.

actual fun greaterThan(expression: Expression): Expression(source)
actual fun greaterThan(expression: Expression): Expression(source)