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
The API is currently still experimental: we do not yet guarantee source or binary compatibility with future releases.
4
+
A Java 8 compatibility kit for Scala 2.12 and 2.11.
7
5
8
6
Javadoc is [here](https://javadoc.io/doc/org.scala-lang.modules/scala-java8-compat_2.13/latest/index.html).
9
7
8
+
## Do you need this?
9
+
10
+
If you are using Scala 2.13 or newer only, then don't use this library! Use the classes under `scala.jdk` instead; they were added to the standard library in 2.13.
11
+
12
+
We do publish 2.13 and 3.0 artifacts of scala-java8-compat, but they're only intended to be used in projects which crossbuild with 2.12 and/or 2.11.
13
+
14
+
## Maintenance status
15
+
16
+
This library is community-maintained. (The Scala team at Lightbend provides infrastructure and oversight.)
17
+
10
18
## Functional Interfaces for Scala functions
11
19
12
20
A set of [Functional Interfaces](https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html)
0 commit comments