OtherMessageComparator
org.apache.pekko.cluster.ddata.protobuf.OtherMessageComparator
object OtherMessageComparator extends Comparator[OtherMessage]
Attributes
- Source
- ReplicatedDataSerializer.scala
- Graph
-
- Supertypes
-
trait Comparator[OtherMessage]class Objecttrait Matchableclass Any
- Self type
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Comparator
- Source
- ReplicatedDataSerializer.scala
Inherited methods
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
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
In this article