dmfs / jems

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

Add new convenience ctors to Joined, implements 303 #304

Closed dmfs closed 3 years ago

dmfs commented 3 years ago

This adds new ctors to append a single or multiple elements.

codecov[bot] commented 3 years ago

Codecov Report

Merging #304 (d23890a) into master (1ab85d8) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #304   +/-   ##
=========================================
  Coverage     98.37%   98.37%           
- Complexity      933      935    +2     
=========================================
  Files           214      214           
  Lines          2032     2036    +4     
  Branches        123      123           
=========================================
+ Hits           1999     2003    +4     
  Misses           29       29           
  Partials          4        4           
Impacted Files Coverage Δ Complexity Δ
.../java/org/dmfs/jems/iterable/composite/Joined.java 100.00% <100.00%> (ø) 6.00 <2.00> (+2.00)

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 1ab85d8...d23890a. Read the comment docs.