Less

trait Less[V] extends AlgebraEntryPoint[MathAlgebra] with Transitive[V] with Asymmetric[V, [V] =>> Greater[V]]

Constraint: checks if the input value is less than V.

trait Asymmetric[V, [V] =>> Greater[V]]
trait Transitive[V]
trait AlgebraEntryPoint[MathAlgebra]
class Object
trait Matchable
class Any