Package com.xebialabs.xlrelease.utils
Class Tree.NodeOps<A>
- java.lang.Object
-
- scala.AnyVal
-
- com.xebialabs.xlrelease.utils.Tree.NodeOps<A>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object x$1)
Tree.Node<A>
filterChildren(scala.Function1<A,java.lang.Object> f)
int
hashCode()
<B> Tree.Node<B>
map(scala.Function1<A,B> f)
Tree.Node<A>
n()
<B> Tree<B>
unsafeFlatMap(scala.Function1<Tree.Node<A>,Tree<B>> f)
<B> Tree.Node<B>
unsafeMap(scala.Function1<Tree.Node<A>,B> f)
-