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

3
LINES

< > BotCompany Repo | #1030653 // shallowCloneElements - shallow-clone each element of a list

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

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

static <A> L<A> shallowCloneElements(L<A> l) {
  ret lmap shallowClone(l);
}

Author comment

Began life as a copy of #1001715

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030653
Snippet name: shallowCloneElements - shallow-clone each element of a list
Eternal ID of this version: #1030653/1
Text MD5: 82b96545499a88179b5078c6ef1886fd
Transpilation MD5: 947a316703b33b226572e55e89bc5d53
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:16:12
Source code size: 78 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 111 / 163
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1030654 - syncShallowCloneElements - shallow-clone each element of a list, sync on list while cloning