Package com.xebialabs.xlrelease.utils
Class Tree.ListTreeOps$
- java.lang.Object
-
- com.xebialabs.xlrelease.utils.Tree.ListTreeOps$
-
-
Field Summary
Fields Modifier and Type Field Description static Tree.ListTreeOps$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ListTreeOps$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> boolean
equals$extension(Tree.ListTreeOps<A> $this, java.lang.Object x$1)
<A> int
hashCode$extension(Tree.ListTreeOps<A> $this)
<A> scala.collection.immutable.List<Tree.Node<A>>
prune$extension(Tree.ListTreeOps<A> $this)
-
-
-
Field Detail
-
MODULE$
public static final Tree.ListTreeOps$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
prune$extension
public final <A> scala.collection.immutable.List<Tree.Node<A>> prune$extension(Tree.ListTreeOps<A> $this)
-
hashCode$extension
public final <A> int hashCode$extension(Tree.ListTreeOps<A> $this)
-
equals$extension
public final <A> boolean equals$extension(Tree.ListTreeOps<A> $this, java.lang.Object x$1)
-
-