Pacote
    • Iterate over all items in the provided list and evaluates each element through a callback function and flattening the result by one level.

      Type Parameters

      • T
      • R

      Parameters

      • callback: MapCallback<T, LinkedList<R>>

        Function that receives and transforms each item.

      • list: LinkedList<T>

        Linked list.

      Returns LinkedList<R>

      A new list containing the flatmapped items.

    MMNEPVFCICPMFPCPTTAAATR