Ordering

slick.ast.Ordering
See theOrdering companion class
object Ordering

Attributes

Companion
class
Source
Node.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Ordering.type

Members list

Type members

Classlikes

case object Asc extends Direction

Attributes

Source
Node.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Direction
class Object
trait Matchable
class Any
Show all
Self type
Asc.type
case object Desc extends Direction

Attributes

Source
Node.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Direction
class Object
trait Matchable
class Any
Show all
Self type
Desc.type
sealed abstract class Direction(val desc: Boolean)

Attributes

Source
Node.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Asc.type
object Desc.type
sealed abstract class NullOrdering(val first: Boolean, val last: Boolean)

Attributes

Source
Node.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object NullsDefault.type
object NullsFirst.type
object NullsLast.type
case object NullsDefault extends NullOrdering

Attributes

Source
Node.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class NullOrdering
class Object
trait Matchable
class Any
Show all
Self type
case object NullsFirst extends NullOrdering

Attributes

Source
Node.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class NullOrdering
class Object
trait Matchable
class Any
Show all
Self type
NullsFirst.type
case object NullsLast extends NullOrdering

Attributes

Source
Node.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class NullOrdering
class Object
trait Matchable
class Any
Show all
Self type
NullsLast.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala