Gte

Greater than or equal to

Signature

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

Examples

gte(:status, 20)
gte(:status, 30)

Description

This predicates checks whether a value (left) is greater than or equal to another one (right).

Implementation notes

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