StringReportEncoder

erules.core.report.StringReportEncoder$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited classlikes

implicit class StringReportEncoderForAny[T](t: T)

Attributes

Inherited from:
StringReportSyntax (hidden)
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T](implicit re: StringReportEncoder[T]): StringReportEncoder[T]
def buildSeparatorAsString(message: String, sepSymbol: String, maxLen: Int): String
def paragraph(title: String, epSymbol: String, maxLen: Int)(body: String): String

Concrete fields

Implicits

Inherited implicits

Attributes

Inherited from:
StringReportSyntax (hidden)

Attributes

Inherited from:
StringReportInstances (hidden)

Attributes

Inherited from:
StringReportInstances (hidden)

Attributes

Inherited from:
StringReportInstances (hidden)
implicit def stringReportEncoderToShow[T](implicit encoder: StringReportEncoder[T]): Show[T]

Attributes

Inherited from:
StringReportInstances (hidden)