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

7
LINES

< > BotCompany Repo | #1011929 // shortenAll

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

Libraryless. Click here for Pure Java version (2155L/14K).

static LS shortenAll(int max, Collection<S> l) {
  ret map(l, s -> shorten(s, max));
}

static LS shortenAll(Collection<S> l) {
  ret map(l, s -> shorten(s));
}

Author comment

Began life as a copy of #1003055

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1011929
Snippet name: shortenAll
Eternal ID of this version: #1011929/2
Text MD5: 9c3e55db0b9258a5fea9140ddb1b52a0
Transpilation MD5: a4c130ef7212fbeb1d13802b8e904a29
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-16 18:01:26
Source code size: 166 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 347 / 406
Version history: 1 change(s)
Referenced in: [show references]