Constructor and Description |
---|
PriorityGenerator() |
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>> |
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) |
public static PriorityGenerator apply(scala.Function1<java.lang.Object,java.lang.Object> priorityFunction)
priorityFunction
- (undocumented)public abstract static boolean equals(java.lang.Object x$1)
public static java.util.Comparator<T> reversed()
public static java.util.Comparator<T> thenComparing(java.util.Comparator<? super T> x$1)
public static <U> java.util.Comparator<T> thenComparing(java.util.function.Function<? super T,? extends U> x$1, java.util.Comparator<? super U> x$2)
public static <U extends java.lang.Comparable<? super U>> java.util.Comparator<T> thenComparing(java.util.function.Function<? super T,? extends U> x$1)
public static java.util.Comparator<T> thenComparingInt(java.util.function.ToIntFunction<? super T> x$1)
public static java.util.Comparator<T> thenComparingLong(java.util.function.ToLongFunction<? super T> x$1)
public static java.util.Comparator<T> thenComparingDouble(java.util.function.ToDoubleFunction<? super T> x$1)
public abstract int gen(java.lang.Object message)