Registry / other / fs2-core-2-11

fs2-core-2-11

JSON →
library2.1.0javamavenunverified

Functional streams for Scala, providing core streaming abstractions.

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

Minimal usage of fs2.Stream

import fs2.Stream object Example { def main(args: Array[String]): Unit = { val stream = Stream(1, 2, 3) println(s"Stream: $stream") } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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