lt

abstract infix fun Expression.lt(expr: Expression): BooleanExpr

Creates an inequality expression for verifying this expression is less than another expression

Parameters

expr

The other expression in the comparison


open infix fun Expression.lt(value: ByteArray): BooleanExpr
open infix fun Expression.lt(value: Number): BooleanExpr
open infix fun Expression.lt(value: String): BooleanExpr
open infix fun Expression.lt(value: UByte): BooleanExpr
open infix fun Expression.lt(value: UInt): BooleanExpr
open infix fun Expression.lt(value: ULong): BooleanExpr
open infix fun Expression.lt(value: UShort): BooleanExpr

Creates an inequality expression for verifying this expression is less than another expression

Parameters

value

The other value in the comparison