Bag

object Bag
Companion:
class
class Object
trait Matchable
class Any
Bag.type

Value members

Concrete methods

def apply[A : Ordering](as: A*): Bag[A]
def delta[A : Ordering](symbols: Seq[A], bag: Bag[A]): Bag[A]

Calculates the bag obtained by taking into account only a set of symbols

Calculates the bag obtained by taking into account only a set of symbols

def empty[A : Ordering]: Bag[A]
def toBag[A : Ordering](t: Iterable[A]): Bag[A]

Implicits

Implicits

implicit def showBag[A](implicit aShow: Show[A]): Show[Bag[A]]