Registry / utility / fs2-core-2-12

fs2-core-2-12

JSON →
library3.13.0javamavenunverified

Functional streaming library for Scala providing purely functional, composable, and efficient stream processing.

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

Create a simple FS2 stream.

import fs2.Stream; public class Main { public static void main(String[] args) { Stream<Integer> stream = Stream.emit(1); System.out.println("FS2 Stream created"); } }
Debug
Known issues

No known issues recorded.

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-2-12 — mvn dependency:get fs2-core-2-12 · libregistry