Replies: 1 comment
-
Thank you for opening this discussion and bringing up this idea, I created #451 to track this. Implementing this needs a lot of effort, and therefore may take a long time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Take the following example:
I'd like mapperly to detect and pick up
MapOptions
and call it by passing the source and a mapping from X to Y.Option<X>
is a custom class representing an optional value, and we can't use Mapperly because there is no way to tell Mapperly how to mapOption<X>
toOption<Y>
Beta Was this translation helpful? Give feedback.
All reactions