Class Tree.Node$

java.lang.Object
com.xebialabs.xlrelease.utils.Tree.Node$
All Implemented Interfaces:
Serializable
Enclosing interface:
Tree<A>

public static class Tree.Node$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

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

    • Node$

      public Node$()
  • Method Details

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