FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

add transformAsync and bump version to 1.0.1 by pongad · Pull Request #28 · googleapis/api-common-java · GitHub

This repository was archived by the owner on Sep 27, 2023. It is now read-only.
/ api-common-java Public archive

add transformAsync and bump version to 1.0.1 - #28

Merged
pongad merged 4 commits into
googleapis:masterfrom
pongad:transform-async
May 10, 2017
Merged

pongad merged 4 commits into
googleapis:masterfrom
pongad:transform-async

Conversation

pongad commented May 10, 2017

Copy link
Copy Markdown
Contributor

No description provided.

}

public static <I, O> ApiFuture<O> transformAsync(
ApiFuture<I> input, final ApiAsyncFunction<I, O> function) {

This comment was marked as spam.

codecov-io commented May 10, 2017
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #28 into master will increase coverage by 2.11%.
The diff coverage is 100%.

@@             Coverage Diff              @@
##             master      #28      +/-   ##
============================================
+ Coverage     56.61%   58.72%   +2.11%     
- Complexity      126      133       +7     
============================================
  Files            15       15              
  Lines           590      596       +6     
  Branches         91       91              
============================================
+ Hits            334      350      +16     
+ Misses          233      224       -9     
+ Partials         23       22       -1
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/google/api/core/ApiFutures.java 89.18% <100%> (+11.76%) 8 <1> (+3) ⬆️
...m/google/api/core/ApiFutureToListenableFuture.java 70% <0%> (+70%) 4% <0%> (+4%) ⬆️

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 6275504...26d7af7. Read the comment docs.

Comment thread version.txt
@@ -1 +1 @@
1.0.0

This comment was marked as spam.

michaelbausor left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM after version change

*
* <p>It is similar to Guava's {@code AsyncFunction}, redeclared so that Guava can be shaded.
*/
public interface ApiAsyncFunction<F, T> {

This comment was marked as spam.

Copy link
Copy Markdown
Contributor

LGTM after you update the commit description.

pongad merged commit c3c17c5 into googleapis:master May 10, 2017
pongad deleted the transform-async branch May 10, 2017 23:06
pongad added a commit to googleapis/google-cloud-java that referenced this pull request May 11, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL