immutables / immutables-vavr

Immutables encodings for Vavr
Other
33 stars 7 forks source link

Question: Why is there no VavrSetEncodingEnabled? #10

Closed tmtron closed 7 years ago

tmtron commented 7 years ago

Is it possible to have an encoding for the Set interface: e.g. VavrSetEncodingEnabled? We have the same for maps: VavrMapEncodingEnabled

io7m commented 7 years ago

Hello.

The 0.4.0 release does contain one:

$ unzip vavr-encodings-0.4.0.jar org/immutables/vavr/encodings/VavrSetEncodingEnabled.class
Archive:  vavr-encodings-0.4.0.jar
  inflating: org/immutables/vavr/encodings/VavrSetEncodingEnabled.class  
$ javap org/immutables/vavr/encodings/VavrSetEncodingEnabled.class
Compiled from "VavrSetEncodingEnabled.java"
public interface org.immutables.vavr.encodings.VavrSetEncodingEnabled extends java.lang.annotation.Annotation {
}

Are you using the latest version (0.4.0)?

tmtron commented 7 years ago

upps - sorry: I was just looking in the vavr-examples folder..

io7m commented 7 years ago

It happens!