Packages

abstract class PriorityGenerator extends Comparator[Envelope]

A PriorityGenerator is a convenience API to create a Comparator that orders the messages of a PriorityDispatcher

Source
Dispatcher.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PriorityGenerator
  2. Comparator
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PriorityGenerator()

Abstract Value Members

  1. abstract def gen(message: Any): Int

Concrete Value Members

  1. final def compare(thisMessage: Envelope, thatMessage: Envelope): Int
    Definition Classes
    PriorityGenerator → Comparator
  2. def reversed(): Comparator[Envelope]
    Definition Classes
    Comparator
  3. def thenComparing[U <: Comparable[_ >: U <: AnyRef]](arg0: Function[_ >: Envelope <: AnyRef, _ <: U]): Comparator[Envelope]
    Definition Classes
    Comparator
  4. def thenComparing[U <: AnyRef](arg0: Function[_ >: Envelope <: AnyRef, _ <: U], arg1: Comparator[_ >: U <: AnyRef]): Comparator[Envelope]
    Definition Classes
    Comparator
  5. def thenComparing(arg0: Comparator[_ >: Envelope <: AnyRef]): Comparator[Envelope]
    Definition Classes
    Comparator
  6. def thenComparingDouble(arg0: ToDoubleFunction[_ >: Envelope <: AnyRef]): Comparator[Envelope]
    Definition Classes
    Comparator
  7. def thenComparingInt(arg0: ToIntFunction[_ >: Envelope <: AnyRef]): Comparator[Envelope]
    Definition Classes
    Comparator
  8. def thenComparingLong(arg0: ToLongFunction[_ >: Envelope <: AnyRef]): Comparator[Envelope]
    Definition Classes
    Comparator