© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Query on Tapping an Either with Effect - Effect Community
EC
Effect Community
•
2y ago
spaethnl
Query on Tapping an Either with Effect
Is there a way to
tap
tap
an either
? I can use
Effect.tap
Effect.tap
, but that converts the rest of the chain to
Effect
Effect
and I can no longer do a
getOrElse
getOrElse
. Outside of just
x => { something(x); return x}
x => { something(x); return x}
, I mean
.
Effect Community
Join
Production-grade applications in TypeScript.
6,221
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Pre-tapping Effects
EC
Effect Community / 🚀-beginners
2y ago
Transforming an Effect Returning Either to an Effect Returning the Right Value
EC
Effect Community / 🚀-beginners
7mo ago
Tapping Both Channels with a Single Function in Effect
EC
Effect Community / 🚀-beginners
5mo ago
Creating an Effect from a Predicate: Either.fromPredicate()
EC
Effect Community / 🚀-beginners
3y ago