Release 5.9
·
2806 commits
to master
since this release
- toMap(mapSupplier)
BiCollectorwith null support (works around https://bugs.openjdk.java.net/browse/JDK-8148463). - Substring splitKeyValuesAround():
first(',') .repeatedly() .splitKeyValuesAround(first('='), "k1=v1,k2=v2")
- asMap(Struct): protobuf
Structto POJO. - fromValue(Value): protobuf
Valueto POJO.