Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / examplefiles / scala / for-comprehension.scala
Size: Mime:
for ( i <- 1 to 10 )
for (user <- userBase if user.age >= 20 && user.age < 30) yield user.name