Packages

object AdditiveCollection extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AdditiveCollection
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit def arrayAdditiveCollection[T]: AdditiveCollection[Array[T]]
  2. implicit def defaultAdditiveCollection[T]: AdditiveCollection[IndexedSeq[T]]
  3. implicit def indexedSeqAdditiveCollection[T]: AdditiveCollection[IndexedSeq[T]]
  4. implicit def linearSeqAdditiveCollection[T]: AdditiveCollection[LinearSeq[T]]
  5. implicit def listAdditiveCollection[T]: AdditiveCollection[List[T]]
  6. implicit def queueAdditiveCollection[T]: AdditiveCollection[Queue[T]]
  7. implicit def streamAdditiveCollection[T]: AdditiveCollection[Stream[T]]
  8. implicit def stringAdditiveCollection: AdditiveCollection[String]
  9. implicit def vectorAdditiveCollection[T]: AdditiveCollection[Vector[T]]