Lt

Bases: Condition

Implementation of the less-than operator '<'.

Source code in valor/schemas/symbolic/operators.py
class Lt(Condition):
    """Implementation of the less-than operator '<'."""

    pass