public class PriorityGenerator$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PriorityGenerator$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
PriorityGenerator$() |
Modifier and Type | Method and Description |
---|---|
PriorityGenerator |
apply(scala.Function1<java.lang.Object,java.lang.Object> priorityFunction)
Creates a PriorityGenerator that uses the supplied function as priority generator
|
public static final PriorityGenerator$ MODULE$
public PriorityGenerator apply(scala.Function1<java.lang.Object,java.lang.Object> priorityFunction)
priorityFunction
- (undocumented)