Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support transformation to and from Java primitives #535

Closed
MateuszKubuszok opened this issue May 19, 2024 · 0 comments · Fixed by #556
Closed

Support transformation to and from Java primitives #535

MateuszKubuszok opened this issue May 19, 2024 · 0 comments · Fixed by #556
Labels
enhancement low hanging fruit Task that should be easy to implement - perfect for people that want to start contributing.

Comments

@MateuszKubuszok
Copy link
Member

chimney-java-collections could have a few more implicits to handle:

  • support transformation scala.Boolean to/from java.lang.Boolean
  • support transformation scala.Byte to/from java.lang.Byte
  • support transformation scala.Char to/from java.lang.Char
  • support transformation scala.Int to/from java.lang.Integer
  • support transformation scala.Long to/from java.lang.Long
  • support transformation scala.Short to/from java.lang.Short
  • support transformation scala.Float to/from java.lang.Float
  • support transformation scala.Double to/from java.lang.Double
  • support transformation scala.Double to/from java.lang.Double

It could be really simple to implement with just 2 Transformers as implicit vals for each bulletpoint, test for each such transformation and note in docs.

@MateuszKubuszok MateuszKubuszok added enhancement low hanging fruit Task that should be easy to implement - perfect for people that want to start contributing. labels May 19, 2024
@MateuszKubuszok MateuszKubuszok linked a pull request Jun 25, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement low hanging fruit Task that should be easy to implement - perfect for people that want to start contributing.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant