All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
static PriorityGenerator |
apply(scala.Function1<java.lang.Object,java.lang.Object> priorityFunction)
Creates a PriorityGenerator that uses the supplied function as priority generator
|
int |
compare(Envelope thisMessage,
Envelope thatMessage) |
abstract static boolean |
equals(java.lang.Object x$1) |
abstract int |
gen(java.lang.Object message) |
static java.util.Comparator<T> |
reversed() |
static java.util.Comparator<T> |
thenComparing(java.util.Comparator<? super T> x$1) |
static <U extends java.lang.Comparable<? super U>> java.util.Comparator<T> |
thenComparing(java.util.function.Function<? super T,? extends U> x$1) |
static <U> java.util.Comparator<T> |
thenComparing(java.util.function.Function<? super T,? extends U> x$1,
java.util.Comparator<? super U> x$2) |
static java.util.Comparator<T> |
thenComparingDouble(java.util.function.ToDoubleFunction<? super T> x$1) |
static java.util.Comparator<T> |
thenComparingInt(java.util.function.ToIntFunction<? super T> x$1) |
static java.util.Comparator<T> |
thenComparingLong(java.util.function.ToLongFunction<? super T> x$1) |