Package com.xebialabs.xlrelease.utils
Class Tree.TreeOps<A>
java.lang.Object
scala.AnyVal
com.xebialabs.xlrelease.utils.Tree.TreeOps<A>
public static class Tree.TreeOps<A>
extends scala.AnyVal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.List
<A> bottomUp()
boolean
filterChildren
(scala.Function1<A, Object> f) <B> Tree
<B> <B> B
<U> void
int
hashCode()
<B> Tree
<B> t()
scala.collection.immutable.List
<A> toList()
toOption()
scala.collection.immutable.List
<A> topDown()
<B> Tree
<B> unsafeFlatMap
(scala.Function1<Tree.Node<A>, Tree<B>> f) <B> Tree
<B>