effect-io-ai

Package: effect
Module: Stream

Stream.runCount

Runs the stream and emits the number of elements processed

Signature

declare const runCount: <A, E, R>(self: Stream<A, E, R>) => Effect.Effect<number, E, R>

Source

Since v2.0.0