SubReport

final case class SubReport(table: Table) extends HasTable[SubReport]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def isEmpty: Boolean
override def map(f: Table => Table): SubReport
Definition Classes
def nonEmpty: Boolean
def report(sourcesHighToLowPri: Vector[SourceName], c: Colours, vd: ValueDisplay): String
def size: Int

Inherited methods

final def filterKeys(f: String => Boolean): SubReport
Inherited from:
HasTable
final def filterKeysNot(f: String => Boolean): SubReport
Inherited from:
HasTable
final def filterSources(f: SourceName => Boolean): SubReport
Inherited from:
HasTable
final def filterSourcesNot(f: SourceName => Boolean): SubReport
Inherited from:
HasTable
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
HasTable
Inherited from:
HasTable
final def withoutKeys(keys: String*): SubReport
Inherited from:
HasTable
final def withoutSources(sources: SourceName*): SubReport
Inherited from:
HasTable