GreaterEqual

trait GreaterEqual[V] extends AlgebraEntryPoint[MathAlgebra] with Order[V, [V] =>> LessEqual[V]] with Or[Less[V], StrictEqual[V]]

Constraint: checks if the input value is greater or equal to V.

trait Or[Less[V], StrictEqual[V]]
trait Order[V, [V] =>> LessEqual[V]]
trait Transitive[V]
trait Antisymmetric[V, [V] =>> LessEqual[V]]
trait Reflexive[V]
trait AlgebraEntryPoint[MathAlgebra]
class Object
trait Matchable
class Any