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

7
LINES

< > BotCompany Repo | #1022186 // streakSubLists

JavaX fragment (include)

static <A> LL<A> streakSubLists(L<A> l, O pred) {
  ret rangeSubLists(l, findStreaks(l, pred));
}

static <A> LL<A> streakSubLists(O pred, L<A> l) {
  ret streakSubLists(l, pred);
}

Author comment

Began life as a copy of #1019037

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: #1022186
Snippet name: streakSubLists
Eternal ID of this version: #1022186/2
Text MD5: df02846eaf036b97b2bdc63501c7f19c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-10 14:52:43
Source code size: 183 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 226 / 231
Version history: 1 change(s)
Referenced in: [show references]