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] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, HasTable[Report], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Report
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasTable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Report(sourcesHighToLowPri: Vector[SourceName], usedReport: SubReport, unusedReport: SubReport, colours: Colours, valueDisplay0: ValueDisplay, maxValueLen: Option[Int], showSourceList: Boolean, usedHeader: String, unusedHeader: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. val colours: Colours
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. final def filterKeys(f: (String) ⇒ Boolean): Report
    Definition Classes
    HasTable
  9. final def filterKeysNot(f: (String) ⇒ Boolean): Report
    Definition Classes
    HasTable
  10. final def filterSources(f: (SourceName) ⇒ Boolean): Report
    Definition Classes
    HasTable
  11. final def filterSourcesNot(f: (SourceName) ⇒ Boolean): Report
    Definition Classes
    HasTable
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def full: String
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def map(f: (Table) ⇒ Table): Report
    Definition Classes
    ReportHasTable
  17. def mapUnused(f: (SubReport) ⇒ SubReport): Report
  18. def mapUsed(f: (SubReport) ⇒ SubReport): Report
  19. val maxValueLen: Option[Int]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def obfuscateKeys(f: (Key) ⇒ Boolean): Report

    Convenient shortcut because this is such a common case.

  24. val showSourceList: Boolean
  25. def sources: String
  26. val sourcesHighToLowPri: Vector[SourceName]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    Report → AnyRef → Any
  29. def unused(withHeader: Boolean): String
  30. def unused: String
  31. val unusedHeader: String
  32. val unusedReport: SubReport
  33. def used(withHeader: Boolean): String
  34. def used: String
  35. val usedHeader: String
  36. val usedReport: SubReport
  37. def valueDisplay: ValueDisplay
  38. val valueDisplay0: ValueDisplay
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. def withColour: Report
  43. def withColour(enable: Boolean): Report
  44. def withMaxValueLength(i: Int): Report
  45. def withValueDisplay(f: (ValueDisplay) ⇒ ValueDisplay): Report
  46. def withoutColour: Report
  47. final def withoutEmptyKeyRows: Report
    Definition Classes
    HasTable
  48. final def withoutEmptySourceCols: Report
    Definition Classes
    HasTable
  49. final def withoutKeys(keys: String*): Report
    Definition Classes
    HasTable
  50. final def withoutSources(sources: SourceName*): Report
    Definition Classes
    HasTable

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasTable[Report]

Inherited from AnyRef

Inherited from Any

Ungrouped