• Applies the given mapping function to the existing value, replacing it with the result.

    Type Parameters

    • T

    Parameters

    • mappingFunction: ((value?: T) => T)
        • (value?: T): T
        • Parameters

          • Optional value: T

          Returns T

    Returns Mergeable<T> & T

Generated using TypeDoc