Pacote
    Preparing search index...
    • Iterate over all items in the provided list and evaluates each element through a callback function, returning a new list containing the resulting values.

      Type Parameters

      • T
      • R

      Parameters

      • callback: MapCallback<T, R>

        Function that receives and transforms each item.

      • list: LinkedList<T>

        Linked list.

      Returns LinkedList<R>

      A new list containing the mapped items.