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()booleanfilterChildren(scala.Function1<A, Object> f) <B> Tree<B> <B> B<U> voidinthashCode()<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>