Class 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.
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final AsciiTreeLayout$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • AsciiTreeLayout$

        public AsciiTreeLayout$()
    • Method Detail

      • toAscii

        public <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)