Sorter

org.saddle.array.Sorter$
See theSorter companion trait
object Sorter

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Sorter.type

Members list

Concise view

Type members

Classlikes

object boolSorter extends Sorter[Boolean]

Attributes

Graph
Supertypes
trait Sorter[Boolean]
class Object
trait Matchable
class Any
Self type
object byteSorter extends Sorter[Byte]

Attributes

Graph
Supertypes
trait Sorter[Byte]
class Object
trait Matchable
class Any
Self type
object charSorter extends Sorter[Char]

Attributes

Graph
Supertypes
trait Sorter[Char]
class Object
trait Matchable
class Any
Self type
object doubleSorter extends Sorter[Double]

Attributes

Graph
Supertypes
trait Sorter[Double]
class Object
trait Matchable
class Any
Self type
object floatSorter extends Sorter[Float]

Attributes

Graph
Supertypes
trait Sorter[Float]
class Object
trait Matchable
class Any
Self type
object intSorter extends Sorter[Int]

Attributes

Graph
Supertypes
trait Sorter[Int]
class Object
trait Matchable
class Any
Self type
object longSorter extends Sorter[Long]

Attributes

Graph
Supertypes
trait Sorter[Long]
class Object
trait Matchable
class Any
Self type
object shortSorter extends Sorter[Short]

Attributes

Graph
Supertypes
trait Sorter[Short]
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def anySorter[T]: Sorter[T]