Pacote
    Preparing search index...

    Function map

    • Maps a Result<T, E> to Result<U, E> by applying a function to the contained value.

      Type Parameters

      • T
      • E
      • U

      Parameters

      • fn: (value: T) => U

        Value mapping function.

      • result: Result<T, E>

        Result to map.

      Returns Result<U, E>

      Mapped result value.