Registry / other / fs2-core-sjs1-2-12

fs2-core-sjs1-2-12

JSON →
library3.13.0javamavenunverified

Functional streaming library for Scala, providing purely functional, composable, and type-safe streams.

<dependency> <groupId>co.fs2</groupId> <artifactId>fs2-core_sjs1_2.12</artifactId> <version>3.13.0</version> </dependency>
INSTALL
IMPORT
SIG · FS2-CORE-SJS1-2-12
F
fs2-core-sjs1-2-12
otherjavav3.13.0
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.

Stream
fs2.Stream

Creates and transforms a simple stream.

import fs2.Stream object Quickstart extends App { val stream = Stream(1, 2, 3).map(_ * 2) stream.compile.toList.foreach(println) }
Debug
Known issues
breakingFS2 3.x has breaking changes from 2.x, including removal of Task and changes to resource handling.
fix
Migrate from Task to IO and update resource management patterns; see migration guide at https://fs2.io/#/migration-guide-3.x.
affects: >=3.0.0
Upgrade
Version history
3.13.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fs2-core-sjs1-2-12 — mvn dependency:get fs2-core-sjs1-2-12 · libregistry