java-scala-utils-converter


License

License

Categories

Categories

Java Languages Scala
GroupId

GroupId

org.dmonix.functional
ArtifactId

ArtifactId

java-scala-utils-converter_2.12
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

java-scala-utils-converter
java-scala-utils-converter
Project URL

Project URL

https://github.com/pnerg/java-scala-util-converter
Project Organization

Project Organization

org.dmonix.functional
Source Code Management

Source Code Management

https://github.com/pnerg/java-scala-util-converter

Download java-scala-utils-converter_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/org.dmonix.functional/java-scala-utils-converter_2.12/ -->
<dependency>
    <groupId>org.dmonix.functional</groupId>
    <artifactId>java-scala-utils-converter_2.12</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dmonix.functional/java-scala-utils-converter_2.12/
implementation 'org.dmonix.functional:java-scala-utils-converter_2.12:1.2.0'
// https://jarcasting.com/artifacts/org.dmonix.functional/java-scala-utils-converter_2.12/
implementation ("org.dmonix.functional:java-scala-utils-converter_2.12:1.2.0")
'org.dmonix.functional:java-scala-utils-converter_2.12:jar:1.2.0'
<dependency org="org.dmonix.functional" name="java-scala-utils-converter_2.12" rev="1.2.0">
  <artifact name="java-scala-utils-converter_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dmonix.functional', module='java-scala-utils-converter_2.12', version='1.2.0')
)
libraryDependencies += "org.dmonix.functional" % "java-scala-utils-converter_2.12" % "1.2.0"
[org.dmonix.functional/java-scala-utils-converter_2.12 "1.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.12
org.dmonix.functional : java-scala-utils jar 1.11

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.2.2

Project Modules

There are no modules declared in this project.

java-scala-util-converter

Build & Test codecov.io Maven Central Scaladoc

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

This allows you to seamlessly traverse between Java and Scala using core functionality such as Try/Success/Failure, Option/None/Some, Either/Left/Right and non-blocking Futures and having these types automatically translated to/from Java/Scala.

Documentation

For further reading on usage refer to the Wiki

Requirements

Java 8 (or higher) is required as the java-scala-utils builds heavily on Lambda.

Download

SBT

"org.dmonix.functional" % "java-scala-utils-converter" % [version]

LICENSE

Copyright 2015 Peter Nerg.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Versions

Version
1.2.0