effect-tree
    Preparing search index...

    Function filterNodes

    • Filter nodes so that only those satisfying the given predicate remain.

      Type Parameters

      • A

      Parameters

      • predicate: Predicate<Tree<A>>

      Returns (self: Tree<A>) => Tree<A>