effect-tree
    Preparing search index...

    Function flatMapEffect

    Flatmap with an effectful function of a tree in depth-first post-order.

    At the key pre you will find a function that runs the effect in depth-first pre-order.

    Index

    Properties

    Properties

    pre: <A, B, E = unknown, R = never>(
        f: (a: A) => Effect<Tree<B>, E, R>,
    ) => (self: Tree<A>) => Effect<Tree<B>, E, R>