OtherMessageComparator

org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator
object OtherMessageComparator extends Comparator[OtherMessage]

Attributes

Source
ReplicatedDataSerializer.scala
Graph
Supertypes
trait Comparator[OtherMessage]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def compare(a: OtherMessage, b: OtherMessage): Int

Attributes

Definition Classes
Comparator
Source
ReplicatedDataSerializer.scala

Inherited methods

def reversed(): Comparator[OtherMessage]

Attributes

Inherited from:
Comparator
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: OtherMessage <: <FromJavaObject>, _ <: U]): Comparator[OtherMessage]

Attributes

Inherited from:
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: OtherMessage <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[OtherMessage]

Attributes

Inherited from:
Comparator
def thenComparing(x$0: Comparator[_ >: OtherMessage <: <FromJavaObject>]): Comparator[OtherMessage]

Attributes

Inherited from:
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: OtherMessage <: <FromJavaObject>]): Comparator[OtherMessage]

Attributes

Inherited from:
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: OtherMessage <: <FromJavaObject>]): Comparator[OtherMessage]

Attributes

Inherited from:
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: OtherMessage <: <FromJavaObject>]): Comparator[OtherMessage]

Attributes

Inherited from:
Comparator