object SortDirection

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SortDirection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def fromString(str: String): Product with Serializable with SortDirection
  2. val values: Array[Product with Serializable with SortDirection]
  3. object asc extends SortDirection with Product with Serializable
  4. object desc extends SortDirection with Product with Serializable