public class AsciiTreeLayout$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static AsciiTreeLayout$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
AsciiTreeLayout$() |
Modifier and Type | Method and Description |
---|---|
<A> java.lang.String |
toAscii(A top,
scala.Function1<A,scala.collection.immutable.Seq<A>> children,
scala.Function1<A,java.lang.String> display,
int maxColumn) |
public static final AsciiTreeLayout$ MODULE$