Sort

lightdb.Sort
See theSort companion trait
object Sort

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Sort.type

Members list

Type members

Classlikes

case object BestMatch extends Sort

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Sort
class Object
trait Matchable
class Any
Show all
Self type
BestMatch.type
case class ByDistance[Doc <: Document[Doc], G <: Geo](field: Field[Doc, List[G]], from: Point, direction: SortDirection) extends Sort

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Sort
class Object
trait Matchable
class Any
Show all
case class ByField[Doc <: Document[Doc], F](field: Field[Doc, F], direction: SortDirection) extends Sort

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Sort
class Object
trait Matchable
class Any
Show all
case object IndexOrder extends Sort

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Sort
class Object
trait Matchable
class Any
Show all
Self type
IndexOrder.type