Able.Doc

trait Doc extends Able.Tag

Allows any object to provide self description

Source
Doc.scala
trait Able.Tag
class java.lang.Object
trait scala.Matchable
class Any

Def

def doc: Doc

Doc

Doc

Returns Doc object, loaded with property names and values describing this instance

Source
Doc.scala
def tag: String

Make String

Make String

tag returns this instance String representation, which should be used insted of toString

Source
Doc.scala