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
-
-
Constructor Summary
Constructors Constructor Description AsciiTreeLayout()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <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)
-