Y
Hacker News
new
|
ask
|
show
|
jobs
by
hakcermani
3429 days ago
In the parse example if the parse fails would we end up with 4 more function calls ? (rather than one if check and a bail out)
1 comments
village-idiot
3429 days ago
Any function like map or flatMap that only affects one side of the either is a no-op if the current value is the wrong side. It's a bit like calling map on an Optional::empty, a no-op.
link