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

Members list

Concise view

Type members

Classlikes

case object Asc extends Direction

Attributes

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

Attributes

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

Attributes

Source:
Node.scala
Graph
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
Graph
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
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object NullsFirst extends NullOrdering

Attributes

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

Attributes

Source:
Node.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self 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