sealerate icon indicating copy to clipboard operation
sealerate copied to clipboard

A scala convenience library to get Java enum functionality out of sealed classes.

Results 4 sealerate issues
Sort by recently updated
recently updated
newest added

This version also supports Scala 3.0.0-RC1. So it will be easier to work on Scala 3.

Sometime, we really want to order the objects and so get a List, not a Set, for values. Of course there is always way to provide an ordering and do...

Not sure if this is in the scope of this library, but would it be possible to get a Set of java.lang.Class extending the sealed trait

Hi, First of all: amazing macro, it really helps get rid of large amounts of code. Second, I wondered if there was a way to make it iterate over case...