fs2-scalaz


License

License

MIT
Categories

Categories

Scala Languages
GroupId

GroupId

co.fs2
ArtifactId

ArtifactId

fs2-scalaz_2.12
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

fs2-scalaz
fs2-scalaz
Project URL

Project URL

https://github.com/functional-streams-for-scala/fs2
Project Organization

Project Organization

co.fs2
Source Code Management

Source Code Management

https://github.com/functional-streams-for-scala/fs2-scalaz

Download fs2-scalaz_2.12

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4
co.fs2 : fs2-core_2.12 jar 0.9.7
org.scalaz : scalaz-core_2.12 jar 7.2.16
org.scalaz : scalaz-concurrent_2.12 jar 7.2.16

Project Modules

There are no modules declared in this project.

FS2 Scalaz: Interoperability between FS2 and Scalaz

Build Status Gitter Chat

This library provides an interoperability layer between FS2 and Scalaz. At this time, the API of this library is two imports:

import fs2.interop.scalaz._         // Provides conversions from FS2 to Scalaz (e.g., FS2 Monad to Scalaz Monad)
                                    // as well as `Async` and `Async.Run` instances for Scalaz `Task`
import fs2.interop.scalaz.reverse._ // Provides conversions from Scalaz to FS2 (e.g., Scalaz Monad to FS2 Monad)

Note: importing both of these in to the same lexical scope may cause issues with ambiguous implicits.

Where to get the latest version

// available for Scala 2.11.11 / 2.12.4 + Scalaz 7.2.16
libraryDependencies += "co.fs2" %% "fs2-scalaz" % "0.3.0"

// available for Scala 2.11.8 / 2.12.0 + Scalaz 7.2.7
libraryDependencies += "co.fs2" %% "fs2-scalaz" % "0.2.0"
co.fs2

Versions

Version
0.3.0
0.2.0