I found some functions i really would like to have with maps but aren't supported.
Bulk addToFunction Map.addTo(Map)
Bulk Merge Function Map.merge(Map, BiFunction);
Bulk putIfAbsent Function Map.putIfAbsent(Map);
Remove function with default. removeOrDefault(Key, DefaultValue);
I found some functions i really would like to have with maps but aren't supported.
- Bulk addToFunction Map.addTo(Map)
- Bulk Merge Function Map.merge(Map, BiFunction);
- Bulk putIfAbsent Function Map.putIfAbsent(Map);
- Remove function with default. removeOrDefault(Key, DefaultValue);
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I found some functions i really would like to have with maps but aren't supported.
Implemented