Parameters
pred: ((key) => ((value) => boolean))
- (key): ((value) => boolean)
Returns ((value) => boolean)
- (value): boolean
Returns boolean
Returns ((m) => [satisfied: Map<K, V>, dropped: Map<K, V>])
Two Map
s, matched and dropped.
- (m): [satisfied: Map<K, V>, dropped: Map<K, V>]
Returns [satisfied: Map<K, V>, dropped: Map<K, V>]
Splits the
Map
into two, matched and dropped by the predicate.