Join Slack
Powered by
regarding generics: if my type extends CrudReposit...
# announcements
b
Bernhard
09/18/2019, 2:53 PM
regarding generics: if my type extends CrudRepository<X, Y> why is the type not within bounds when I use T: CrudRepository<X, Y>
s
Shawn
09/18/2019, 2:54 PM
could you give a minimal example of the code that’s giving you trouble?
s
streetsofboston
09/18/2019, 2:54 PM
It depends on where you use/define
T: CrudRepository<X, Y>
. It is hard to guess …
b
Bernhard
09/18/2019, 2:54 PM
nvm, figured it out, typo
Bernhard
09/18/2019, 2:54 PM
have a similar interface that has almost the same name
2
Views
Open in Slack
Previous
Next