-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Peter Nerg edited this page Dec 10, 2015
·
3 revisions
This library provides the mechanisms to convert between types provided by java-scala-util to their Scala equivalence and vice-versa.
One can either perform explicit conversions by using a specific converter method or do implicit conversions using the decorator pattern provided by Scalas implicit method declaration
Java 8 is required as the java-scala-utils builds heavily on Lambda.
##Download The binaries can be downloaded from Maven Central.
###Maven
<dependency>
<groupId>org.dmonix.functional</groupId>
<artifactId>java-scala-utils-converter_2.11</artifactId>
<version>1.0.1</version>
</dependency>
###sbt
"org.dmonix.functional" %% "java-scala-utils-converter" % "1.0.1"