Class Tree$


  • public class Tree$
    extends java.lang.Object
    • Field Detail

      • MODULE$

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

      • Tree$

        public Tree$()
    • Method Detail

      • empty

        public <A> Tree<A> empty()
      • apply

        public <A> Tree.Node<A> apply​(A value,
                                      scala.collection.immutable.List<Tree.Node<A>> children)
      • apply$default$2

        public <A> scala.collection.immutable.List<scala.runtime.Nothing$> apply$default$2()
      • ListTreeOps

        public <A> Tree.ListTreeOps<A> ListTreeOps​(scala.collection.immutable.List<Tree<A>> ts)