ComparableChecks<T> extension

on

Methods

isGreaterOrEqual(T other) → void
Expects that this value is greater than or equal to other.
isGreaterThan(T other) → void
Expects that this value is greater than other.
isLessOrEqual(T other) → void
Expects that this value is less than or equal to other.
isLessThan(T other) → void
Expects that this value is less than other.