BestMatch

lightdb.Sort.BestMatch
case class BestMatch(direction: SortDirection) extends Sort

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Sort
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asc: BestMatch
def direction(direction: SortDirection): BestMatch

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product