- partition<V>(pred): (<K>(m) => [satisfied: Map<K, V>, dropped: Map<K, V>])
Parameters
pred: ((value) => boolean)
- (value): boolean
Returns boolean
Returns (<K>(m) => [satisfied: Map<K, V>, dropped: Map<K, V>])
- <K>(m): [satisfied: Map<K, V>, dropped: Map<K, V>]
Returns [satisfied: Map<K, V>, dropped: Map<K, V>]