Package com.xebialabs.xlrelease.utils
Class Tree.TreeOps$
java.lang.Object
com.xebialabs.xlrelease.utils.Tree.TreeOps$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Tree.TreeOps$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <A> scala.collection.immutable.List<A>
bottomUp$extension
(Tree.TreeOps<A> $this) final <A> boolean
equals$extension
(Tree.TreeOps<A> $this, Object x$1) final <A> Tree<A>
filter$extension
(Tree.TreeOps<A> $this, scala.Function1<A, Object> f) final <A> Tree<A>
filterChildren$extension
(Tree.TreeOps<A> $this, scala.Function1<A, Object> f) final <B,
A> Tree<B> flatMap$extension
(Tree.TreeOps<A> $this, scala.Function1<A, Tree<B>> f) final <B,
A> B fold$extension
(Tree.TreeOps<A> $this, scala.Function0<B> default_, scala.Function1<Tree.Node<A>, B> f) final <U,
A> void foreach$extension
(Tree.TreeOps<A> $this, scala.Function1<A, U> f) final <A> int
hashCode$extension
(Tree.TreeOps<A> $this) final <B,
A> Tree<B> map$extension
(Tree.TreeOps<A> $this, scala.Function1<A, B> f) final <A> scala.collection.immutable.List<A>
toList$extension
(Tree.TreeOps<A> $this) final <A> scala.Option<Tree.Node<A>>
toOption$extension
(Tree.TreeOps<A> $this) final <A> scala.collection.immutable.List<A>
topDown$extension
(Tree.TreeOps<A> $this) final <B,
A> Tree<B> unsafeFlatMap$extension
(Tree.TreeOps<A> $this, scala.Function1<Tree.Node<A>, Tree<B>> f) final <B,
A> Tree<B> unsafeMap$extension
(Tree.TreeOps<A> $this, scala.Function1<Tree.Node<A>, B> f)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
TreeOps$
public TreeOps$()
-
-
Method Details
-
fold$extension
public final <B,A> B fold$extension(Tree.TreeOps<A> $this, scala.Function0<B> default_, scala.Function1<Tree.Node<A>, B> f) -
map$extension
-
foreach$extension
-
filter$extension
-
filterChildren$extension
public final <A> Tree<A> filterChildren$extension(Tree.TreeOps<A> $this, scala.Function1<A, Object> f) -
flatMap$extension
-
toOption$extension
-
toList$extension
-
topDown$extension
-
bottomUp$extension
-
unsafeMap$extension
public final <B,A> Tree<B> unsafeMap$extension(Tree.TreeOps<A> $this, scala.Function1<Tree.Node<A>, B> f) -
unsafeFlatMap$extension
public final <B,A> Tree<B> unsafeFlatMap$extension(Tree.TreeOps<A> $this, scala.Function1<Tree.Node<A>, Tree<B>> f) -
hashCode$extension
-
equals$extension
-