package
collection
Type Members
-
trait
Bag[A] extends Iterable[A] with BagLike[A, Bag[A]] with GenBag[A]
-
trait
BagBucket[A] extends Iterable[A]
-
-
trait
BagLike[A, +This <: BagLike[A, This] with Bag[A]] extends IterableLike[A, This] with GenBagLike[A, This] with (A) ⇒ This with Subtractable[A, This]
-
-
trait
GenBag[A] extends GenBagLike[A, GenBag[A]] with GenIterable[A]
-
trait
GenBagLike[A, +Repr] extends GenIterableLike[A, Repr] with Equals
-
-
-
class
Multiplicities[A] extends Map[A, Int]
-
-
Value Members
-
-
-
-
-
def
breakOut[From, T, To](implicit b: CanBuildFrom[Nothing, T, To]): CanBuildFrom[From, T, To]
-
-
-