CriticityOrderOps

onera.pmlanalyzer.views.dependability.operators.IsCriticityOrderingOps.CriticityOrderOps
implicit class CriticityOrderOps[T](a: T)(implicit evidence$7: IsCriticityOrdering[T]) extends Ordered[T]

Attributes

Graph
Supertypes
trait Ordered[T]
trait Comparable[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def compare(that: T): Int

Inherited methods

def <(that: T): Boolean

Attributes

Inherited from:
Ordered
def <=(that: T): Boolean

Attributes

Inherited from:
Ordered
def >(that: T): Boolean

Attributes

Inherited from:
Ordered
def >=(that: T): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: T): Int

Attributes

Inherited from:
Ordered