Package com.xebialabs.xlrelease.utils
Class Tree.Node$
- java.lang.Object
-
- com.xebialabs.xlrelease.utils.Tree.Node$
-
- All Implemented Interfaces:
java.io.Serializable
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)
-
-
-
Field Detail
-
MODULE$
public static final Tree.Node$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-