| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| } | ||
|
|
||
| public static <I, O> ApiFuture<O> transformAsync( | ||
| ApiFuture<I> input, final ApiAsyncFunction<I, O> function) { |
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| @@ -1 +1 @@ | |||
| 1.0.0 | |||
There was a problem hiding this comment.
LGTM after version change
Sorry, something went wrong.
| * | ||
| * <p>It is similar to Guava's {@code AsyncFunction}, redeclared so that Guava can be shaded. | ||
| */ | ||
| public interface ApiAsyncFunction<F, T> { |
|
LGTM after you update the commit description. |
Sorry, something went wrong.
This brings in the change in googleapis/api-common-java#28
| Back | FazBrowse Home | New Git URL |
No description provided.