How I can iterate over Scala collections in Java?
for(Item item: JavaConverters.seqAsJavaListConverter(seq).asJava()) { // Do thing with item }