Skip to content

Java 8 Streams interop

Pre-release
Pre-release
Compare
Choose a tag to compare
@szeiger szeiger released this 08 Apr 15:25

This release adds converters between Scala collections and Java 8 streams. See the main README.md for details.

It is cross-built against Scala 2.11 and 2.12.0-M4. On 2.11 it comes with JFunction classes (now in scala.runtime.java8 instead of scala.compat.java8) for interoperability with Java 8 lambdas. 2.12.0-M4 includes these classes in the standard library instead.