Packages

o

akka.cluster.ddata.protobuf

OtherMessageComparator

object OtherMessageComparator extends Comparator[OtherMessage]

Source
ReplicatedDataSerializer.scala
Linear Supertypes
Comparator[OtherMessage], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OtherMessageComparator
  2. Comparator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def compare(a: OtherMessage, b: OtherMessage): Int
    Definition Classes
    OtherMessageComparator → Comparator
  2. def reversed(): Comparator[OtherMessage]
    Definition Classes
    Comparator
  3. def thenComparing[U <: Comparable[_ >: U]](arg0: Function[_ >: OtherMessage, _ <: U]): Comparator[OtherMessage]
    Definition Classes
    Comparator
  4. def thenComparing[U](arg0: Function[_ >: OtherMessage, _ <: U], arg1: Comparator[_ >: U]): Comparator[OtherMessage]
    Definition Classes
    Comparator
  5. def thenComparing(arg0: Comparator[_ >: OtherMessage]): Comparator[OtherMessage]
    Definition Classes
    Comparator
  6. def thenComparingDouble(arg0: ToDoubleFunction[_ >: OtherMessage]): Comparator[OtherMessage]
    Definition Classes
    Comparator
  7. def thenComparingInt(arg0: ToIntFunction[_ >: OtherMessage]): Comparator[OtherMessage]
    Definition Classes
    Comparator
  8. def thenComparingLong(arg0: ToLongFunction[_ >: OtherMessage]): Comparator[OtherMessage]
    Definition Classes
    Comparator