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

7
LINES

< > BotCompany Repo | #1022703 // linesMap - lines(map(...))

JavaX fragment (include)

sS mapLike linesMap(O f, Iterable l) {
  ret lines(map(f, l));
}

static <A> S linesMap(Iterable<A> l, F1<A, S> f) {
  ret lines(map(f, l));
}

Author comment

Began life as a copy of #1021167

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1022703
Snippet name: linesMap - lines(map(...))
Eternal ID of this version: #1022703/3
Text MD5: a18e63396966ac404fc0a7925f706e73
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-11 14:24:22
Source code size: 148 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 232 / 273
Version history: 2 change(s)
Referenced in: [show references]