TreePrinter

slick.util.TreePrinter
See theTreePrinter companion object
case class TreePrinter(name: String, prefix: String, firstPrefix: String, narrow: Dumpable => Dumpable, mark: Dumpable => Boolean)

Create a readable printout of a tree.

Attributes

Companion
object
Source
TreePrinter.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
TreePrinter.scala
def get(n: Dumpable): String

Attributes

Source
TreePrinter.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product