MultiSet

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

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Definition Classes
Delegate -> IterableFactory
Inherited from:
Delegate
def concat[A](xss: Iterable[A]*): MultiSet[A]

Attributes

Inherited from:
IterableFactory
def empty[A]: MultiSet[A]

Attributes

Inherited from:
Delegate
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 from[E](it: IterableOnce[E]): MultiSet[E]

Attributes

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

Attributes

Inherited from:
IterableFactory
def newBuilder[A]: Builder[A, MultiSet[A]]

Attributes

Inherited from:
Delegate
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