Package akka.http.impl.engine.http2.util
Class AsciiTreeLayout$
- java.lang.Object
-
- akka.http.impl.engine.http2.util.AsciiTreeLayout$
-
public class AsciiTreeLayout$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static AsciiTreeLayout$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AsciiTreeLayout$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
MODULE$
public static final AsciiTreeLayout$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-