• Splits the Map into two, matched and dropped by the predicate.

    Type Parameters

    • V

    Parameters

    • pred: ((value) => boolean)

      Predicate whether picks an item.

        • (value): boolean
        • Parameters

          • value: V

          Returns boolean

    Returns (<K>(m) => [satisfied: Map<K, V>, dropped: Map<K, V>])

    Two Maps, matched and dropped.

      • <K>(m): [satisfied: Map<K, V>, dropped: Map<K, V>]
      • Type Parameters

        • K

        Parameters

        • m: Map<K, V>

        Returns [satisfied: Map<K, V>, dropped: Map<K, V>]

Generated using TypeDoc