object Sortable
Companion object for Sortable that provides implicit implementations for the following types:
scala.collection.GenSeqArrayjava.util.List
- Source
- Sortable.scala
- Alphabetic
- By Inheritance
- Sortable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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 typeE- returns
Sortable[Array[E]]that supportsArrayinbesortablesyntax
-
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 typeE- returns
Sortable[JLIST[E]]that supportsjava.util.Listinbesortablesyntax
-
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 typeE- returns
Sortable[SEQ[E]]that supportsscala.collection.GenSeqinbesortablesyntax
-
implicit
def
sortableNatureOfString(implicit ordering: Ordering[Char]): Sortable[String]
Enable
Sortableimplementation forStringEnable
Sortableimplementation forString- ordering
scala.math.Orderingof typeChar- returns
Sortable[String]that supportsStringinbesortablesyntax
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )