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

7
LINES

< > BotCompany Repo | #1021263 // mapEachLine - lines(map(lines(...)))

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

Transpiled version (4957L) is out of date.

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

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

Author comment

Began life as a copy of #1021167

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021263
Snippet name: mapEachLine - lines(map(lines(...)))
Eternal ID of this version: #1021263/15
Text MD5: 13b322916587994af5ae98fc609eb70d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-21 16:36:38
Source code size: 174 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 298 / 420
Version history: 14 change(s)
Referenced in: [show references]