Posts Tagged ‘Scala

If you’re developing Scala apps and let them be checked by Codacy, you might have enabled the check “Imports should be sorted alphabetically“. What sounds easy, isn’t in fact. Here are my findings, summarised as example imports. I hope this helps someone.. I’m sure, I’ll check back on this page in about a week again….

Zipping a stream with the only element of another stream with Akka Streams


top