MapResultPartition<K, V extends Object> typedef
The result of partitioning a Map<K, Result<V>>
.
Implementation
typedef MapResultPartition<K, V extends Object> = ({
Map<K, V> okParts,
Map<K, Err<V>> errParts,
});