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

Add curried apply to Fetch object #109

Merged
1 commit merged into from
Mar 10, 2017

Conversation

AlecZorab
Copy link

very minor convenience, allows users to do

def getUser(id: UserId) = Fetch[User](id)

@AlecZorab AlecZorab mentioned this pull request Mar 9, 2017
@codecov-io
Copy link

codecov-io commented Mar 9, 2017

Codecov Report

Merging #109 into master will increase coverage by 0.19%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
+ Coverage   76.79%   76.98%   +0.19%     
==========================================
  Files          10       10              
  Lines         237      239       +2     
  Branches        2        2              
==========================================
+ Hits          182      184       +2     
  Misses         55       55
Impacted Files Coverage Δ
shared/src/main/scala/fetch.scala 81.08% <100%> (+1.08%)

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 b7ee4a1...6b4a11a. Read the comment docs.

@ghost
Copy link

ghost commented Mar 10, 2017

Thanks!

@ghost ghost merged commit 8c24470 into xebia-functional:master Mar 10, 2017
@ghost ghost mentioned this pull request Mar 17, 2017
This pull request was closed.
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.

None yet

2 participants