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

(GH-65) ValueOrDefault method added. ThrowExceptionIfNone method renamed. #66

Merged

Conversation

stefan-lindegger
Copy link
Member

Fixes #65.
ValueOrDefault method added. ThrowExceptionIfNone method renamed to ValueOrException.

@codecov
Copy link

codecov bot commented Jan 7, 2020

Codecov Report

Merging #66 into develop will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #66   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            5      5           
  Lines          115    121    +6     
  Branches        14     14           
======================================
+ Hits           115    121    +6
Impacted Files Coverage Δ
src/BBT.MaybePattern/Maybe.cs 100% <100%> (ø) ⬆️
src/BBT.MaybePattern/MaybeStruct.cs 100% <100%> (ø) ⬆️

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 d206ef8...860a6fe. Read the comment docs.

@stefan-lindegger stefan-lindegger merged commit 1d67bab into bbtsoftware:develop Jan 7, 2020
@stefan-lindegger stefan-lindegger deleted the feature/GH-65 branch January 7, 2020 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add a possibility to retrieve the Maybe's value where a default value is returned for the none-Case
2 participants