Join Slack
Powered by
It's likely that you're experiencing problem with ...
# announcements
i
ilya.gorbunov
12/29/2016, 11:05 PM
It's likely that you're experiencing problem with the type inference of
Stream.collect
method (
https://youtrack.jetbrains.com/issue/KT-11259
). As a workaround you can either specify type argument of
Collectors.toSet
explicitly, or write
toSet()
extension for stream.
Open in Slack
Previous
Next