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

7
LINES

< > BotCompany Repo | #1030219 // safeMapEachLine_str

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

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

static <A> S safeMapEachLine_str(S text, IF1<S, A> f) {
  ret safeMapEachLine(x -> str(f.get(x)), text);
}

static <A> S lambdaMapLike safeMapEachLine_str(IF1<S, A> f, S text) {
  ret safeMapEachLine_str(text, f);
}

Author comment

Began life as a copy of #1030042

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030219
Snippet name: safeMapEachLine_str
Eternal ID of this version: #1030219/3
Text MD5: 1e5e1bf178332be0f7be154ef8d297c0
Transpilation MD5: daf489a44f0b9ecaa83994a1e513945a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-17 12:13:25
Source code size: 221 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 129 / 182
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)