effect-io-ai

Package: effect
Module: STM

STM.zipRight

Sequentially zips this value with the specified one, discarding the first element of the tuple.

Signature

declare const zipRight: { <A1, E1, R1>(that: STM<A1, E1, R1>): <A, E, R>(self: STM<A, E, R>) => STM<A1, E1 | E, R1 | R>; <A, E, R, A1, E1, R1>(self: STM<A, E, R>, that: STM<A1, E1, R1>): STM<A1, E | E1, R | R1>; }

Source

Since v2.0.0