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

Use generic for toPrimitiveWrapper. #221

Open
JarvisCraft opened this issue Aug 8, 2021 · 0 comments
Open

Use generic for toPrimitiveWrapper. #221

JarvisCraft opened this issue Aug 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@JarvisCraft
Copy link
Owner

JarvisCraft commented Aug 8, 2021

Description

Currently this method uses Class<?> which can be enhanced by using generic T parameter, i.e. Class<? super T> on parameter and Class<? extends T> as the returned type.

@JarvisCraft JarvisCraft added this to the 1.0.0 milestone Aug 8, 2021
@JarvisCraft JarvisCraft added the enhancement New feature or request label Aug 8, 2021
@JarvisCraft JarvisCraft self-assigned this Aug 8, 2021
JarvisCraft added a commit that referenced this issue Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant