isBetween

Creates a range expression for verifying this expression is between two other expressions

Parameters

min

The lower bound expression

max

The upper bound expression (inclusive)


Creates a range expression for verifying this expression is between two other expressions

Parameters

min

The lower bound value

max

The upper bound value (inclusive)