Registry / utility / fs2-core-2-13

fs2-core-2-13

JSON →
library3.13.0javamavenunverified

Functional streaming library for Scala, providing purely functional, composable streams and effects.

<dependency> <groupId>co.fs2</groupId> <artifactId>fs2-core_2.13</artifactId> <version>3.13.0</version> </dependency>
INSTALL
IMPORT
SIG · FS2-CORE-2-13
F
fs2-core-2-13
utilityjavav3.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 a simple FS2 stream that emits 1 five times.

import fs2.Stream; Stream<Integer> stream = Stream.emit(1).repeat().take(5); stream.toList().forEach(System.out::println);
Debug
Known issues
breakingFS2 3.x has breaking changes from 2.x, including different module structure and API changes.
fix
Refer to the FS2 migration guide when upgrading from 2.x to 3.x.
affects: >=3.0.0
Upgrade
Version history
3.13.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
fs2-core-2-13 — mvn dependency:get fs2-core-2-13 · libregistry