Transforming `Option` Values in Effect Similar to Rust's `Option.map`

Is there something like Rust's Option.map in Effect? There is Option.map but it only works on Option.some and I want to transform T if it exists and otherwise just get None, like rust's Option.map does
image.png
Was this page helpful?