dmfs / jems

Java gems, a collection of Java utilities.
Apache License 2.0
5 stars 2 forks source link

Add new PresentValues to jems package, fixes #247 #248

Closed dmfs closed 4 years ago

dmfs commented 4 years ago

The new PresentValues supports covariant input objects.

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@edcff45). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #248   +/-   ##
=========================================
  Coverage          ?   98.23%           
  Complexity        ?      874           
=========================================
  Files             ?      200           
  Lines             ?     1867           
  Branches          ?      118           
=========================================
  Hits              ?     1834           
  Misses            ?       29           
  Partials          ?        4
Impacted Files Coverage Δ Complexity Δ
...a/org/dmfs/iterables/elementary/PresentValues.java 100% <ø> (ø) 4 <0> (?)
...org/dmfs/jems/iterable/adapters/PresentValues.java 100% <100%> (ø) 3 <3> (?)

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 edcff45...de81553. Read the comment docs.