Avatar
こういう感じですか? .map { Result<Foo, FooError>.success($0) }.catch { Just(.failure(...)) }