You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## scala-java8-compat [<imgsrc="https://api.travis-ci.org/scala/scala-java8-compat.png"/>](https://travis-ci.org/scala/scala-java8-compat)[](https://maven-badges.herokuapp.com/maven-central/org.scala-lang.modules/scala-java8-compat_2.11)
2
2
3
3
A Java 8 compatibility kit for Scala.
4
4
5
+
The API is currently still experimental: we do not yet guarantee source or binary compatibility with future releases.
6
+
5
7
## Functional Interfaces for Scala functions
6
8
7
9
A set of [Functional Interfaces](https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html)
@@ -51,17 +53,6 @@ class Test {
51
53
}
52
54
```
53
55
54
-
## Adding an SBT dependency
55
-
To depend on scala-xml in SBT, add something like this to your build.sbt:
Maven users, or sbt users looking to support multiple Scala versions, please see the more elaborate example in https://github.com/scala/scala-module-dependency-sample.
62
-
63
-
The API is currently still experimental: we do not yet guarantee source or binary compatibility with future releases.
64
-
65
56
## Future work
66
57
- Converters for `java.util.function`, `java.util.stream`
67
58
-[`Spliterator`](https://docs.oracle.com/javase/8/docs/api/java/util/Spliterator.html)s for Scala collections
0 commit comments