Class Tree.Node$

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    Tree<A>

    public static class Tree.Node$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Tree.Node$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Node$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <A> Tree.Node<A> apply​(A value)  
      <A> Tree.Node<A> apply​(A value, scala.collection.immutable.List<Tree.Node<A>> children)  
      <A> scala.Option<scala.Tuple2<A,​scala.collection.immutable.List<Tree.Node<A>>>> unapply​(Tree.Node<A> x$0)  
      • Methods inherited from class java.lang.Object

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

      • MODULE$

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

      • Node$

        public Node$()
    • Method Detail

      • apply

        public <A> Tree.Node<A> apply​(A value)
      • apply

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

        public <A> scala.Option<scala.Tuple2<A,​scala.collection.immutable.List<Tree.Node<A>>>> unapply​(Tree.Node<A> x$0)