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
- 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
- @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
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
implicit
def
sortableNatureOfArray[E](implicit ordering: Ordering[E]): Sortable[Array[E]]
Enable
Sortable
implementation forArray
Enable
Sortable
implementation forArray
- E
type of elements in the
Array
- ordering
scala.math.Ordering
of typeE
- returns
Sortable[Array[E]]
that supportsArray
inbe
sortable
syntax
-
implicit
def
sortableNatureOfJavaList[E, JLIST[e] <: List[e]](implicit ordering: Ordering[E]): Sortable[JLIST[E]]
Enable
Sortable
implementation forjava.util.List
Enable
Sortable
implementation forjava.util.List
- E
type of elements in the
java.util.List
- JLIST
any subtype of
java.util.List
- ordering
scala.math.Ordering
of typeE
- returns
Sortable[JLIST[E]]
that supportsjava.util.List
inbe
sortable
syntax
-
implicit
def
sortableNatureOfSeq[E, SEQ[e] <: GenSeq[e]](implicit ordering: Ordering[E]): Sortable[SEQ[E]]
Enable
Sortable
implementation forscala.collection.GenSeq
Enable
Sortable
implementation forscala.collection.GenSeq
- E
type of elements in the
scala.collection.GenSeq
- SEQ
any subtype of
scala.collection.GenSeq
- ordering
scala.math.Ordering
of typeE
- returns
Sortable[SEQ[E]]
that supportsscala.collection.GenSeq
inbe
sortable
syntax
-
implicit
def
sortableNatureOfString(implicit ordering: Ordering[Char]): Sortable[String]
Enable
Sortable
implementation forString
Enable
Sortable
implementation forString
- ordering
scala.math.Ordering
of typeChar
- returns
Sortable[String]
that supportsString
inbe
sortable
syntax
-
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
- @throws( ... )