• Transforms the Map with lossy conversion mapper.

    Type Parameters

    • V

    • W

    Parameters

    • mapper: ((value) => Option<W>)

      Function to transform into W, but optional. If it returned None, the value will be dropped.

    Returns (<K>(m) => Map<K, W>)

    A new transformed Map.

      • <K>(m): Map<K, W>
      • Type Parameters

        • K

        Parameters

        • m: Map<K, V>

        Returns Map<K, W>

Generated using TypeDoc