Packages

c

scala.collection.generic

GenericOrderedCompanion

abstract class GenericOrderedCompanion[+CC[X] <: Traversable[X]] extends AnyRef

This class represents companions of classes which require the ordered trait for their element types.

Source
GenericOrderedCompanion.scala
Since

2.8

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericOrderedCompanion
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericOrderedCompanion()

Abstract Value Members

  1. abstract def newBuilder[A](implicit ord: Ordering[A]): Builder[A, CC[A]]

Concrete Value Members

  1. def apply[A](elems: A*)(implicit ord: Ordering[A]): CC[A]
  2. def empty[A](implicit arg0: Ordering[A]): CC[A]