object AdditiveCollection extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AdditiveCollection
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- implicit def arrayAdditiveCollection[T]: AdditiveCollection[Array[T]]
- implicit def defaultAdditiveCollection[T]: AdditiveCollection[IndexedSeq[T]]
- implicit def indexedSeqAdditiveCollection[T]: AdditiveCollection[IndexedSeq[T]]
- implicit def linearSeqAdditiveCollection[T]: AdditiveCollection[LinearSeq[T]]
- implicit def listAdditiveCollection[T]: AdditiveCollection[List[T]]
- implicit def queueAdditiveCollection[T]: AdditiveCollection[Queue[T]]
- implicit def streamAdditiveCollection[T]: AdditiveCollection[Stream[T]]
- implicit def stringAdditiveCollection: AdditiveCollection[String]
- implicit def vectorAdditiveCollection[T]: AdditiveCollection[Vector[T]]