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

3
LINES

< > BotCompany Repo | #1031957 // forEachLL

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

Libraryless. Click here for Pure Java version (2989L/17K).

static <A> void lambdaMapLike forEachLL(IVF1<A> f, A... l) {
  forEach(l, f);
}

Author comment

Began life as a copy of #1022895

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1031957
Snippet name: forEachLL
Eternal ID of this version: #1031957/1
Text MD5: fca1e7feaa1696475c0e9d8a04879822
Transpilation MD5: 88d30025349b4a490b5d6ec4d6b8df32
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-05 23:05:31
Source code size: 81 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 97 / 145
Referenced in: [show references]