MultiSet

scala.collection.immutable.MultiSet
See theMultiSet companion trait
object MultiSet extends IterableFactory[MultiSet]

Attributes

Companion
trait
Graph
Supertypes
trait IterableFactory[MultiSet]
trait Serializable
class Object
trait Matchable
class Any
Self type
MultiSet.type

Members list

Value members

Concrete methods

def empty[A]: MultiSet[A]
def from[A](source: IterableOnce[A]): MultiSet[A]
def newBuilder[A]: Builder[A, MultiSet[A]]

Inherited methods

def apply[A](elems: A*): MultiSet[A]

Attributes

Inherited from:
IterableFactory
def concat[A](xss: Iterable[A]*): MultiSet[A]

Attributes

Inherited from:
IterableFactory
def fill[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(elem: => A): MultiSet[MultiSet[MultiSet[MultiSet[MultiSet[A]]]]]

Attributes

Inherited from:
IterableFactory
def fill[A](n1: Int, n2: Int, n3: Int, n4: Int)(elem: => A): MultiSet[MultiSet[MultiSet[MultiSet[A]]]]

Attributes

Inherited from:
IterableFactory
def fill[A](n1: Int, n2: Int, n3: Int)(elem: => A): MultiSet[MultiSet[MultiSet[A]]]

Attributes

Inherited from:
IterableFactory
def fill[A](n1: Int, n2: Int)(elem: => A): MultiSet[MultiSet[A]]

Attributes

Inherited from:
IterableFactory
def fill[A](n: Int)(elem: => A): MultiSet[A]

Attributes

Inherited from:
IterableFactory
def iterate[A](start: A, len: Int)(f: A => A): MultiSet[A]

Attributes

Inherited from:
IterableFactory
def range[A : Integral](start: A, end: A, step: A): MultiSet[A]

Attributes

Inherited from:
IterableFactory
def range[A : Integral](start: A, end: A): MultiSet[A]

Attributes

Inherited from:
IterableFactory
def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int, n5: Int)(f: (Int, Int, Int, Int, Int) => A): MultiSet[MultiSet[MultiSet[MultiSet[MultiSet[A]]]]]

Attributes

Inherited from:
IterableFactory
def tabulate[A](n1: Int, n2: Int, n3: Int, n4: Int)(f: (Int, Int, Int, Int) => A): MultiSet[MultiSet[MultiSet[MultiSet[A]]]]

Attributes

Inherited from:
IterableFactory
def tabulate[A](n1: Int, n2: Int, n3: Int)(f: (Int, Int, Int) => A): MultiSet[MultiSet[MultiSet[A]]]

Attributes

Inherited from:
IterableFactory
def tabulate[A](n1: Int, n2: Int)(f: (Int, Int) => A): MultiSet[MultiSet[A]]

Attributes

Inherited from:
IterableFactory
def tabulate[A](n: Int)(f: Int => A): MultiSet[A]

Attributes

Inherited from:
IterableFactory
def unfold[A, S](init: S)(f: S => Option[(A, S)]): MultiSet[A]

Attributes

Inherited from:
IterableFactory

Implicits

Inherited implicits

implicit def iterableFactory[A]: Factory[A, MultiSet[A]]

Attributes

Inherited from:
IterableFactory