Registry / utility / zio-streams-2-13

zio-streams-2-13

JSON →
library2.1.25javamavenunverified

A streaming library for ZIO that provides high-level, type-safe, and resource-efficient stream processing.

<dependency> <groupId>dev.zio</groupId> <artifactId>zio-streams_2.13</artifactId> <version>2.1.25</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-STREAMS-2-13
Z
zio-streams-2-13
utilityjavav2.1.25
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.

ZStream
zio.stream.ZStream

Creates a simple ZStream from a range and prints each element.

import zio.stream.ZStream; import zio.Runtime; public class Quickstart { public static void main(String[] args) { ZStream<Integer, Throwable, ?> stream = ZStream.range(1, 5); Runtime.default().unsafeRun(stream.foreach(System.out::println)); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.25latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
Resources
zio-streams-2-13 — mvn dependency:get zio-streams-2-13 · libregistry