Bag

object Bag
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](as: A*)(implicit evidence$1: Ordering[A]): Bag[A]
def delta[A](symbols: Seq[A], bag: Bag[A])(implicit evidence$4: Ordering[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](implicit evidence$2: Ordering[A]): Bag[A]
def toBag[A](t: Iterable[A])(implicit evidence$3: Ordering[A]): Bag[A]

Implicits

Implicits

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