effect-io-ai

Package: effect
Module: Sink

Sink.foldLeft

A sink that folds its inputs with the provided function and initial state.

Signature

declare const foldLeft: <S, In>(s: S, f: (s: S, input: In) => S) => Sink<S, In>

Source

Since v2.0.0