Skip to content

Example usage of scala macros and quasiquotes to process subclasses of a sealed trait

Notifications You must be signed in to change notification settings

chomnoue/sealed-trait-event-processor

Repository files navigation

This code is published as part of the corresponding blog article at the Toptal Engineering Blog.

Visit https://www.toptal.com/blog and subscribe to our newsletter to read great articles!


Sample project to demonstrate sealed trait subclasses processing with Scala macros and quasiquotes

You can run the unit tests with the command:

sbt clean test

About

Example usage of scala macros and quasiquotes to process subclasses of a sealed trait

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages