final case classSort[T[_[_]], A](src: A, bucket: FreeMap[T], order: NonEmptyList[(FreeMap[T], SortDir)]) extends QScriptCore[T, A] with Product with Serializable
Sorts values within a bucket. This can be an _unstable_ sort, but the
elements of order must be stably sorted.
Linear Supertypes
QScriptCore[T, A], Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
Sort
QScriptCore
Serializable
Serializable
Product
Equals
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
newSort(src: A, bucket: FreeMap[T], order: NonEmptyList[(FreeMap[T], SortDir)])
Sorts values within a bucket. This can be an _unstable_ sort, but the elements of
order
must be stably sorted.