UnknownOrdering

Collection of private classes and factory methods for unknown orderings.

Companion:
class
Source:
UnknownOrdering.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[N](elements: N*): UnknownOrdering[N]

Build an unknown ordering where each element is an head, and the order is given by the input sequence.

Build an unknown ordering where each element is an head, and the order is given by the input sequence.

Source:
UnknownOrdering.scala