Registry / other / scalaz-stream-2-11

scalaz-stream-2-11

JSON →
library0.8.6javamavenunverified

Scalaz-stream provides functional stream processing for Scala, built on Scalaz.

<dependency> <groupId>org.scalaz.stream</groupId> <artifactId>scalaz-stream_2.11</artifactId> <version>0.8.6</version> </dependency>
INSTALL
IMPORT
SIG · SCALAZ-STREAM-2-11
S
scalaz-stream-2-11
otherjavav0.8.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Process
scalaz.stream.Process

Creates a simple stream emitting integers 1 to 5.

import scalaz.stream.Process; object Example extends App { val source = Process.emitAll(1 to 5) source.runLog.run.foreach(println) }
Debug
Known issues
breakingScalaz-stream is superseded by fs2; consider migrating.
fix
Use fs2 library for active development and support.
affects: >=0.8.0
Upgrade
Version history
0.8.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
scalaz-stream-2-11 — mvn dependency:get scalaz-stream-2-11 · libregistry