effect-tree - v1.0.36
    Preparing search index...

    Type Alias BooleanFold

    BooleanFold: <A>(predicate: Predicate<A>) => TreeFold<A, boolean>

    The type of function the builds a tree fold from a predicate.

    Type Declaration

      • <A>(predicate: Predicate<A>): TreeFold<A, boolean>
      • Type Parameters

        • A

        Parameters

        • predicate: Predicate<A>

        Returns TreeFold<A, boolean>