Lt

Less than

Signature

lt(left: Alpha|AttrName, right: Alpha|AttrName) -> Predicate

Examples

lt(:status, 20)
lt(:status, 30)

Description

This predicates checks whether a value (left) is less than another one (right).

Implementation notes

This predicate is equivalent to ->(t){ _left_ < _right_ }.