Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@vasilmkd
Copy link
Contributor

/**
* Transforms the errors that possibly result from this stream.
*/
final def mapError[E1](f: E => E1)(implicit ev: CanFail[E]): ZStreamChunk[R, E1, A] =
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bleeding edge. 😆

@iravid iravid merged commit 501927e into zio:master Nov 1, 2019
@vasilmkd vasilmkd deleted the zstreamchunk-maperror branch November 1, 2019 12:23
ghostdogpr pushed a commit to ghostdogpr/scalaz-zio that referenced this pull request Nov 5, 2019
* Add missing Stream#mapError tests

* Add ZStreamChunk#mapError
Twizty pushed a commit to Twizty/zio that referenced this pull request Nov 13, 2019
* Add missing Stream#mapError tests

* Add ZStreamChunk#mapError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants