Class Tree.NodeOps$

  • Enclosing interface:
    Tree<A>

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

      • MODULE$

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

      • NodeOps$

        public NodeOps$()
    • Method Detail

      • filterChildren$extension

        public final <A> Tree.Node<A> filterChildren$extension​(Tree.NodeOps<A> $this,
                                                               scala.Function1<A,​java.lang.Object> f)
      • map$extension

        public final <B,​A> Tree.Node<B> map$extension​(Tree.NodeOps<A> $this,
                                                            scala.Function1<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

        public final <A> int hashCode$extension​(Tree.NodeOps<A> $this)
      • equals$extension

        public final <A> boolean equals$extension​(Tree.NodeOps<A> $this,
                                                  java.lang.Object x$1)