Libraryless. Click here for Pure Java version (4574L/25K).
static Area joinAreas(Cl<? extends Shape> l) { if (empty(l)) null; new Area a; for (b : l) a.add(toArea(b)); ret a; }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033841 | 
| Snippet name: | joinAreas | 
| Eternal ID of this version: | #1033841/4 | 
| Text MD5: | 4199a59cd766a4d57bc728854dc97af2 | 
| Transpilation MD5: | 3f7a132b6d96f1c34c12f6663790d457 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2022-01-07 00:01:15 | 
| Source code size: | 130 bytes / 6 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 333 / 458 | 
| Version history: | 3 change(s) | 
| Referenced in: | [show references] |