ByField

lightdb.Sort.ByField
case class ByField[Doc <: Document[Doc], F](field: Field[Doc, F], 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: ByField[Doc, F]
def ascending: ByField[Doc, F]
def desc: ByField[Doc, F]
def descending: ByField[Doc, F]
def direction(direction: SortDirection): ByField[Doc, F]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product