vert.x
vert.x copied to clipboard
JsonObject: better .stream(), use Map.entry
Micro-step approach to https://github.com/eclipse-vertx/vert.x/pull/5001
I have split a big PR into smaller ones:
- use JDK Map.entry(key,value) instead of self-made Entry class in JsonObject
- better .stream() with flags and fewer lambdas
- tests
@tsegismont @vietj Very short clean PR this time. Any chance?