given_PartialOrder_Entry

stdx.crdt.mutable.CausalGraph2.Entry.given_PartialOrder_Entry
object given_PartialOrder_Entry extends PartialOrder[Entry]

Attributes

Graph
Supertypes
trait PartialOrder[Entry]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def tryComparison(a: Entry, b: Entry): Comparison

Extensions

Inherited extensions

extension (a: Entry)
def <(b: Entry): Boolean

Attributes

Inherited from:
PartialOrder
def <=(b: Entry): Boolean

Attributes

Inherited from:
PartialOrder
def >(b: Entry): Boolean

Attributes

Inherited from:
PartialOrder
def >=(b: Entry): Boolean

Attributes

Inherited from:
PartialOrder
infix def equivalent(b: Entry): Boolean

Attributes

Inherited from:
PartialOrder
infix def incomparable(b: Entry): Boolean

Attributes

Inherited from:
PartialOrder
inline def partialCompare(b: Entry): Comparison

Attributes

Inherited from:
PartialOrder