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

7
LINES

< > BotCompany Repo | #1030042 // safeMapEachLine

JavaX fragment (include)

sS safeMapEachLine(S text, IF1<S> f) {
  ret mapEachLine(f, text);
}

sS lambdaMapLike safeMapEachLine(IF1<S> f, S text) {
  ret mapEachLine((O) f, text);
}

Author comment

Began life as a copy of #1021263

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1030042
Snippet name: safeMapEachLine
Eternal ID of this version: #1030042/3
Text MD5: 1513015b1804dcd53f8957dbd2860a3f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-15 21:12:28
Source code size: 162 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 129 / 159
Version history: 2 change(s)
Referenced in: [show references]