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

    Interface MatcherF<A, C, R>

    interface MatcherF<A, C, R> {
        onBranch: (node: A, forest: readonly [C, C]) => R;
        onLeaf: (node: A) => R;
    }

    Type Parameters

    • A
    • C
    • R
    Index

    Properties

    Properties

    onBranch: (node: A, forest: readonly [C, C]) => R
    onLeaf: (node: A) => R