Registry / utility / scala-java8-compat-2-11

scala-java8-compat-2-11

JSON →
library1.0.2javamavenunverified

Scala Java 8 Compat provides compatibility utilities for using Java 8 features in Scala 2.11.

<dependency> <groupId>org.scala-lang.modules</groupId> <artifactId>scala-java8-compat_2.11</artifactId> <version>1.0.2</version> </dependency>
INSTALL
IMPORT
SIG · SCALA-JAVA8-COMPAT
S
scala-java8-compat-2-11
utilityjavav1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FunctionConverters
scala.compat.java8.FunctionConverters

Use FunctionConverters to convert between Scala and Java 8 functions.

import scala.compat.java8.FunctionConverters._ val f: java.util.function.Function[String, Int] = (s: String) => s.length
Debug
Known issues
breakingThis library is specific to Scala 2.11; use scala-java8-compat_2.12 or _2.13 for newer Scala versions.
fix
Use the appropriate artifact for your Scala version (e.g., scala-java8-compat_2.13).
affects: >=1.0.0
Upgrade
Version history
1.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
scala-java8-compat-2-11 — mvn dependency:get scala-java8-compat-2-11 · libregistry