Implicits for Scala-like Java collections

Implicits for use scala-like operators (map, foreach, etc) on Java collections without any conversions.

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.github.pkuzz.util
ArtifactId

ArtifactId

scala-jcoll
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Implicits for Scala-like Java collections
Implicits for use scala-like operators (map, foreach, etc) on Java collections without any conversions.
Project URL

Project URL

https://github.com/pkuzz/scala-jcoll
Source Code Management

Source Code Management

https://github.com/pkuzz/scala-jcoll

Download scala-jcoll

How to add to project

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

Dependencies

compile (1)

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

Project Modules

There are no modules declared in this project.

scala-jcoll

Some implicits that adds some scala-like operators to java collections

Versions

Version
0.1