Counts

final case class Counts(asMap: Map[DbTable, Int])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +(other: Counts): Counts
def -(before: Counts): Counts
def apply(t: DbTable): Int
def isEmpty: Boolean
def nonEmpty: Boolean
def toTable: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product