immutables / immutables-vavr

Immutables encodings for Vavr
Other
33 stars 7 forks source link

Multimap needs proper support #6

Closed cozycode closed 7 years ago

cozycode commented 7 years ago

Multimaps aren't creating "add" methods in the builder.

PS: Thanks for creating immutables-javaslang(vavr)

elucash commented 7 years ago

Are there put* methods? IIRC there add* prefixes are not used for multimap initializers

io7m commented 7 years ago

Are there put methods? IIRC there add prefixes are not used for multimap initializers

It seems that there are. I'll try to get this fixed shortly.

io7m commented 7 years ago

It was actually just a missing encoding.

@cozycode: Can you build the latest develop from source? If the added encoding works sufficiently well, I'll push a new release.

cozycode commented 7 years ago

That worked great. Thanks.