Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1013535 // unlistedCopies

JavaX fragment (include)

static <A extends Concept> L<A> unlistedCopies(Class<A> c) {
  ret unlistedCopies(list(c));
}

static <A extends Concept> L<A> unlistedCopies(Collection<A> c) {
  new L<A> l;
  for (A a : unnull(c))
    l.add(unlistedCopy(a));
  ret l;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1013535
Snippet name: unlistedCopies
Eternal ID of this version: #1013535/8
Text MD5: deb866dc173d4356453b76c79a6ed5ae
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-01 00:18:48
Source code size: 246 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 318 / 337
Version history: 7 change(s)
Referenced in: [show references]