package sort
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sort
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Missing extends AnyRef
- sealed trait NumericType extends AnyRef
- sealed trait Sort extends AnyRef
- sealed trait SortByField extends Sort with WithFormat[SortByField] with WithMissing[SortByField] with WithMode[SortByField] with WithNumericType[SortByField] with WithOrder[SortByField] with WithUnmappedType[SortByField]
- sealed trait SortByScript extends Sort with WithMode[SortByScript] with WithOrder[SortByScript]
- sealed trait SortMode extends AnyRef
- sealed trait SortOrder extends AnyRef
- sealed trait SourceType extends AnyRef
Value Members
- object Missing
- object NumericType
- object SortMode
- object SortOrder
- object SourceType