SortingSingle

class SortingSingle[T](data: SeriesData[T], order: Order)(implicit ordering: Ordering[T]) extends Sorting

Single column sorting.

Value Params
data

Data to be sorted.

order

Order.

ordering

Implicit ordering.

Since

0.1.0

trait Sorting
class Object
trait Matchable
class Any

Value members

Concrete methods

def asc(a: Int, b: Int): Boolean
def ascNullsFirst(a: Int, b: Int): Boolean
def desc(a: Int, b: Int): Boolean
def descNullsFirst(a: Int, b: Int): Boolean
def sort: (Int, Int) => Boolean