Report

final case class Report(sourcesHighToLowPri: Vector[SourceName], usedReport: SubReport, unusedReport: SubReport, colours: Colours, valueDisplay0: ValueDisplay, maxValueLen: Option[Int], showSourceList: Boolean, usedHeader: String, unusedHeader: String) extends HasTable[Report]
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def full: String
override def map(f: Table => Table): Report
Definition Classes
def obfuscateKeys(f: Key => Boolean): Report

Convenient shortcut because this is such a common case.

Convenient shortcut because this is such a common case.

def sources: String
override def toString: String
Definition Classes
Any
def unused: String
def unused(withHeader: Boolean): String
def used: String
def used(withHeader: Boolean): String
def withColour(enable: Boolean): Report

Inherited methods

final def filterKeys(f: String => Boolean): Report
Inherited from:
HasTable
final def filterKeysNot(f: String => Boolean): Report
Inherited from:
HasTable
final def filterSources(f: SourceName => Boolean): Report
Inherited from:
HasTable
final def filterSourcesNot(f: SourceName => Boolean): Report
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*): Report
Inherited from:
HasTable
final def withoutSources(sources: SourceName*): Report
Inherited from:
HasTable