Table

final case class Table(byKey: Map[Key, Map[SourceName, Lookup]])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isEmpty: Boolean
def modByKey(f: Map[Key, Map[SourceName, Lookup]] => Map[Key, Map[SourceName, Lookup]]): Table
def modBySource(f: Map[SourceName, Map[Key, Lookup]] => Map[SourceName, Map[Key, Lookup]]): Table
def nonEmpty: Boolean

Inherited methods

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

Concrete fields

val bySource: Map[SourceName, Map[Key, Lookup]]