Last Version

Sc8 - Scala Functions For Java 8 0.1.0

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.

License

License

GroupId

GroupId

com.github.eirslett
ArtifactId

ArtifactId

sc8
Version

Version

0.1.0
Type

Type

jar
Description

Description

Sc8 - Scala Functions For Java 8
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.
Project URL

Project URL

https://github.com/eirslett/sc8
Source Code Management

Source Code Management

https://github.com/eirslett/sc8

Download sc8 0.1.0


<!-- https://jarcasting.com/artifacts/com.github.eirslett/sc8/ -->
<dependency>
    <groupId>com.github.eirslett</groupId>
    <artifactId>sc8</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eirslett/sc8/
implementation 'com.github.eirslett:sc8:0.1.0'
// https://jarcasting.com/artifacts/com.github.eirslett/sc8/
implementation ("com.github.eirslett:sc8:0.1.0")
'com.github.eirslett:sc8:jar:0.1.0'
<dependency org="com.github.eirslett" name="sc8" rev="0.1.0">
  <artifact name="sc8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eirslett', module='sc8', version='0.1.0')
)
libraryDependencies += "com.github.eirslett" % "sc8" % "0.1.0"
[com.github.eirslett/sc8 "0.1.0"]

Dependencies

provided (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.0

test (2)

Group / Artifact Type Version
com.twitter : util-core_2.10 jar 6.4.0
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.