object Sortable
Companion object for Sortable that provides implicit implementations for the following types:
- scala.collection.GenSeq
- Array
- java.util.List
- Source
- Sortable.scala
- Alphabetic
- By Inheritance
- Sortable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   implicit  def sortableNatureOfArray[E](implicit ordering: Ordering[E]): Sortable[Array[E]]Enable Sortableimplementation forArrayEnable Sortableimplementation forArray- E
- type of elements in the - Array
- ordering
- scala.math.Orderingof type- E
- returns
- Sortable[Array[E]]that supports- Arrayin- be- sortablesyntax
 
-   implicit  def sortableNatureOfJavaList[E, JLIST[e] <: List[e]](implicit ordering: Ordering[E]): Sortable[JLIST[E]]Enable Sortableimplementation forjava.util.ListEnable Sortableimplementation forjava.util.List- E
- type of elements in the - java.util.List
- JLIST
- any subtype of - java.util.List
- ordering
- scala.math.Orderingof type- E
- returns
- Sortable[JLIST[E]]that supports- java.util.Listin- be- sortablesyntax
 
-   implicit  def sortableNatureOfSeq[E, SEQ[e] <: GenSeq[e]](implicit ordering: Ordering[E]): Sortable[SEQ[E]]Enable Sortableimplementation forscala.collection.GenSeqEnable Sortableimplementation forscala.collection.GenSeq- E
- type of elements in the - scala.collection.GenSeq
- SEQ
- any subtype of - scala.collection.GenSeq
- ordering
- scala.math.Orderingof type- E
- returns
- Sortable[SEQ[E]]that supports- scala.collection.GenSeqin- be- sortablesyntax
 
-   implicit  def sortableNatureOfString(implicit ordering: Ordering[Char]): Sortable[String]Enable Sortableimplementation forStringEnable Sortableimplementation forString- ordering
- scala.math.Orderingof type- Char
- returns
- Sortable[String]that supports- Stringin- be- sortablesyntax
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def toString(): String- Definition Classes
- AnyRef → Any
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
Deprecated Value Members
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated