Skip to content
Peter Nerg edited this page Dec 10, 2015 · 3 revisions

Introduction

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

Requirements

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"