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

Members list

Concise view

Value members

Concrete methods

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