Package com.xebialabs.xlrelease.utils
Class Tree.TreeOps$
- java.lang.Object
-
- com.xebialabs.xlrelease.utils.Tree.TreeOps$
-
-
Field Summary
Fields Modifier and Type Field Description static Tree.TreeOps$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description TreeOps$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> scala.collection.immutable.List<A>
bottomUp$extension(Tree.TreeOps<A> $this)
<A> boolean
equals$extension(Tree.TreeOps<A> $this, java.lang.Object x$1)
<A> Tree<A>
filter$extension(Tree.TreeOps<A> $this, scala.Function1<A,java.lang.Object> f)
<A> Tree<A>
filterChildren$extension(Tree.TreeOps<A> $this, scala.Function1<A,java.lang.Object> f)
<B,A>
Tree<B>flatMap$extension(Tree.TreeOps<A> $this, scala.Function1<A,Tree<B>> f)
<B,A>
Bfold$extension(Tree.TreeOps<A> $this, scala.Function0<B> default_, scala.Function1<Tree.Node<A>,B> f)
<U,A>
voidforeach$extension(Tree.TreeOps<A> $this, scala.Function1<A,U> f)
<A> int
hashCode$extension(Tree.TreeOps<A> $this)
<B,A>
Tree<B>map$extension(Tree.TreeOps<A> $this, scala.Function1<A,B> f)
<A> scala.collection.immutable.List<A>
toList$extension(Tree.TreeOps<A> $this)
<A> scala.Option<Tree.Node<A>>
toOption$extension(Tree.TreeOps<A> $this)
<A> scala.collection.immutable.List<A>
topDown$extension(Tree.TreeOps<A> $this)
<B,A>
Tree<B>unsafeFlatMap$extension(Tree.TreeOps<A> $this, scala.Function1<Tree.Node<A>,Tree<B>> f)
<B,A>
Tree<B>unsafeMap$extension(Tree.TreeOps<A> $this, scala.Function1<Tree.Node<A>,B> f)
-
-
-
Field Detail
-
MODULE$
public static final Tree.TreeOps$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
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
public final <B,A> Tree<B> map$extension(Tree.TreeOps<A> $this, scala.Function1<A,B> f)
-
foreach$extension
public final <U,A> void foreach$extension(Tree.TreeOps<A> $this, scala.Function1<A,U> f)
-
filter$extension
public final <A> Tree<A> filter$extension(Tree.TreeOps<A> $this, scala.Function1<A,java.lang.Object> f)
-
filterChildren$extension
public final <A> Tree<A> filterChildren$extension(Tree.TreeOps<A> $this, scala.Function1<A,java.lang.Object> f)
-
flatMap$extension
public final <B,A> Tree<B> flatMap$extension(Tree.TreeOps<A> $this, scala.Function1<A,Tree<B>> f)
-
toOption$extension
public final <A> scala.Option<Tree.Node<A>> toOption$extension(Tree.TreeOps<A> $this)
-
toList$extension
public final <A> scala.collection.immutable.List<A> toList$extension(Tree.TreeOps<A> $this)
-
topDown$extension
public final <A> scala.collection.immutable.List<A> topDown$extension(Tree.TreeOps<A> $this)
-
bottomUp$extension
public final <A> scala.collection.immutable.List<A> bottomUp$extension(Tree.TreeOps<A> $this)
-
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
public final <A> int hashCode$extension(Tree.TreeOps<A> $this)
-
equals$extension
public final <A> boolean equals$extension(Tree.TreeOps<A> $this, java.lang.Object x$1)
-
-