package sorter
- Source
- package.scala
- Alphabetic
- By Inheritance
- sorter
- SCollectionSyntax
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed abstract class SortingKey[A] extends AnyRef
Value Members
- implicit def sorterOps[K1, K2, V](coll: SCollection[(K1, Iterable[(K2, V)])])(implicit arg0: SortingKey[K2]): SorterOps[K1, K2, V]
- Definition Classes
- SCollectionSyntax
- object SortingKey