Using Scala libraries from Java 8 can be difficult, because Scala's functions are traits, and not recognised as a FunctionalInterface by the Java compiler. Sc8 is a simple conversion library that converts Java lambdas to Scala functions.
Homepage POM file JAR file Javadoc'com.github.eirslett:sc8:0.1.0'