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

3
LINES

< > BotCompany Repo | #1030654 // syncShallowCloneElements - shallow-clone each element of a list, sync on list while cloning

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3124L/18K).

static <A> L<A> syncShallowCloneElements(L<A> l) {
  ret syncLambdaMap shallowClone(l);
}

Author comment

Began life as a copy of #1030653

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030654
Snippet name: syncShallowCloneElements - shallow-clone each element of a list, sync on list while cloning
Eternal ID of this version: #1030654/4
Text MD5: 463050da3c273cb65323851504afb5b7
Transpilation MD5: 04776b1f8268b6bf54a89b36721c2fa1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-02-20 15:17:55
Source code size: 91 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 127 / 173
Version history: 3 change(s)
Referenced in: [show references]