CompareOp

it.grypho.scala.leonardo.equation.CompareOp
See theCompareOp companion object
enum CompareOp

The ordering relations, and inequality.

== is deliberately absent: that is _EqualityCheck, which already exists and which != is defined as the negation of.

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Ge extends CompareOp

>=

>=

Attributes

case Gt extends CompareOp

>

>

Attributes

case Le extends CompareOp

<=

<=

Attributes

case Lt extends CompareOp

<

<

Attributes

case Ne extends CompareOp

!=

!=

Attributes