Class Tree.TreeOps$

  • Enclosing interface:
    Tree<A>

    public static class Tree.TreeOps$
    extends java.lang.Object
    • Field Detail

      • MODULE$

        public static final Tree.TreeOps$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • TreeOps$

        public TreeOps$()
    • 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)