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

7
LINES

< > BotCompany Repo | #1032840 // longStrings - synonym of stringsSortedByDecreasingLength

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

Libraryless. Click here for Pure Java version (3986L/23K).

static LS longStrings(int minLength default 1, Cl<S> l) {
  ret stringsSortedByDecreasingLength(longerThan(minLength-1, l));
}

static LS longStrings(Cl<S> l, int minLength) {
  ret longStrings(minLength, l);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032840
Snippet name: longStrings - synonym of stringsSortedByDecreasingLength
Eternal ID of this version: #1032840/4
Text MD5: b65f9a395f77a9b173b543f978c3e593
Transpilation MD5: ef1903ed2ab693f01ee4ce47956b485a
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-06 21:44:44
Source code size: 216 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 91 / 148
Version history: 3 change(s)
Referenced in: [show references]