Package com.xebialabs.xlrelease.utils
Class Tree.NodeOps$
java.lang.Object
com.xebialabs.xlrelease.utils.Tree.NodeOps$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Tree.NodeOps$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <A> boolean
equals$extension
(Tree.NodeOps<A> $this, Object x$1) final <A> Tree.Node<A>
filterChildren$extension
(Tree.NodeOps<A> $this, scala.Function1<A, Object> f) final <A> int
hashCode$extension
(Tree.NodeOps<A> $this) final <B,
A> Tree.Node<B> map$extension
(Tree.NodeOps<A> $this, scala.Function1<A, B> f) final <B,
A> Tree<B> unsafeFlatMap$extension
(Tree.NodeOps<A> $this, scala.Function1<Tree.Node<A>, Tree<B>> f) final <B,
A> Tree.Node<B> unsafeMap$extension
(Tree.NodeOps<A> $this, scala.Function1<Tree.Node<A>, B> f)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
NodeOps$
public NodeOps$()
-
-
Method Details
-
filterChildren$extension
public final <A> Tree.Node<A> filterChildren$extension(Tree.NodeOps<A> $this, scala.Function1<A, Object> f) -
map$extension
-
unsafeMap$extension
public final <B,A> Tree.Node<B> unsafeMap$extension(Tree.NodeOps<A> $this, scala.Function1<Tree.Node<A>, B> f) -
unsafeFlatMap$extension
public final <B,A> Tree<B> unsafeFlatMap$extension(Tree.NodeOps<A> $this, scala.Function1<Tree.Node<A>, Tree<B>> f) -
hashCode$extension
-
equals$extension
-