Join Slack
Powered by
I have a type mismatch where I’m returning a `Clas...
# announcements
m
Michael
04/21/2018, 1:21 AM
I have a type mismatch where I’m returning a
ClassifierCompositeItemWriter<Pair<X,Y?>>
, but it’s expecting
C...Writer<Pair<X,Y?>!>!
(kotlin file, lots of java interop.) How do I satisfy the compiler?
Open in Slack
Previous
Next