Transform through method other than default constructor #192
Labels
dragons ahead
Task which requires handwriting compiletime reflection for Scala2&3 and/or updating the architecture
enhancement
Instead of using the default constructor, we could use an alternative method specified by the user. Typically some version of
apply
.The API could look like
into[Foo].via(Foo.apply).transform
or sth similar.The text was updated successfully, but these errors were encountered: