Skip to content

Instantly share code, notes, and snippets.

@jasdev
Last active April 4, 2020 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasdev/eb6aed4b28648890b42bac1695eed8ca to your computer and use it in GitHub Desktop.
Save jasdev/eb6aed4b28648890b42bac1695eed8ca to your computer and use it in GitHub Desktop.
Mapping from `Never` into a `String`.
Just("someString")
.eraseToAnyPublisher()
.ignoreOutput()
.map { _ -> String in } /// GG.
.append("anotherStringPostFinished")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment