abstract class PriorityGenerator extends Comparator[Envelope]
Ordering
- Alphabetic
- By Inheritance
Inherited
- PriorityGenerator
- Comparator
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PriorityGenerator()
Concrete Value Members
- final def compare(thisMessage: Envelope, thatMessage: Envelope): Int
- Definition Classes
- PriorityGenerator → Comparator
- def reversed(): [Envelope]
- Definition Classes
- Comparator
- def thenComparing[U <: Comparable[_ >: U <: AnyRef]](arg0: [_ >: <: AnyRef, _ <: U]): [Envelope]
- Definition Classes
- Comparator
- def thenComparing[U <: AnyRef](arg0: [_ >: <: AnyRef, _ <: U], arg1: Comparator[_ >: U <: AnyRef]): [Envelope]
- Definition Classes
- Comparator
- def thenComparing(arg0: [_ >: <: AnyRef]): [Envelope]
- Definition Classes
- Comparator
- def thenComparingDouble(arg0: [_ >: <: AnyRef]): [Envelope]
- Definition Classes
- Comparator
- def thenComparingInt(arg0: [_ >: <: AnyRef]): [Envelope]
- Definition Classes
- Comparator
- def thenComparingLong(arg0: [_ >: <: AnyRef]): [Envelope]
- Definition Classes
- Comparator
A PriorityGenerator is a convenience API to create a Comparator that orders the messages of a PriorityDispatcher