Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EitherT: add .value() #837

Merged
merged 1 commit into from
May 6, 2018
Merged

Conversation

istonikula
Copy link
Contributor

Adds .value() shorthand for .fix().value, similar to what Id currently has.

@codecov
Copy link

codecov bot commented May 6, 2018

Codecov Report

Merging #837 into master will decrease coverage by 0.02%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #837      +/-   ##
============================================
- Coverage     44.44%   44.41%   -0.03%     
  Complexity      633      633              
============================================
  Files           294      294              
  Lines          7459     7459              
  Branches        834      834              
============================================
- Hits           3315     3313       -2     
- Misses         3843     3844       +1     
- Partials        301      302       +1
Impacted Files Coverage Δ Complexity Δ
...e/arrow-data/src/main/kotlin/arrow/data/EitherT.kt 44.44% <0%> (-1.02%) 4 <0> (ø)
...es-data/src/main/kotlin/arrow/instances/eithert.kt 64.7% <0%> (-2.61%) 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c77e680...8664ff9. Read the comment docs.

Copy link
Member

@nomisRev nomisRev left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution! @istonikula 🍻

@nomisRev nomisRev merged commit 48fd05d into arrow-kt:master May 6, 2018
RawToast pushed a commit to RawToast/kategory that referenced this pull request Jul 18, 2018
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.

2 participants