Pacote
    Preparing search index...

    Function map

    • Applies a function to transform the result of a task, allowing task results processing to be chained.

      Type Parameters

      • T
      • R

      Parameters

      • fn: (value: T) => R

        Function to apply to the result.

      • task: Task<T>

        Task to map.

      Returns Task<R>

      Mapped task.