effect-tree
    Preparing search index...

    Function productAll

    • Compute the cartesian product of multiple trees into a single tree. Returns a leaf node containing an empty array if the input is empty.

      Type Parameters

      • R
      • O
      • E
      • A

      Parameters

      • collection: Iterable<Tree<A>>

        Cartesian product will be computed on this iterable of trees.

      Returns Tree<A[]>

      The tree that is the cartesian product of all given trees.