HasTable

trait HasTable[A <: HasTable[A]]
class Object
trait Matchable
class Any
class SubReport
class Report

Value members

Abstract methods

def map(f: Table => Table): A

Concrete methods

final def filterKeys(f: String => Boolean): A
final def filterKeysNot(f: String => Boolean): A
final def filterSources(f: SourceName => Boolean): A
final def filterSourcesNot(f: SourceName => Boolean): A
final def withoutEmptyKeyRows: A
final def withoutKeys(keys: String*): A
final def withoutSources(sources: SourceName*): A