Sorter

org.saddle.array.Sorter
See theSorter companion object
trait Sorter[T]

Typeclass interface for sorting implementations

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object boolSorter.type
object byteSorter.type
object charSorter.type
object doubleSorter.type
object floatSorter.type
object intSorter.type
object longSorter.type
object shortSorter.type

Members list

Concise view

Value members

Abstract methods

def argSorted(arr: Array[T])(implicit ord: Order[T]): Array[Int]
def sorted(arr: Array[T])(implicit ord: Order[T]): Array[T]