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

5
LINES

< > BotCompany Repo | #1023767 // functionReturningList_transitiveHull_ciSet_newOnly

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

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

// f : S -> Collection<S>
static LS mapLike functionReturningList_transitiveHull_ciSet_newOnly(O f, S input, O... _) {
  Set<S> seen = optPar seen(_, linkedCISet());
  ret asList(repeatFunctionReturningList_iterator(f, input, paramsPlus(_, +seen)));
}

Author comment

Began life as a copy of #1023182

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1023767
Snippet name: functionReturningList_transitiveHull_ciSet_newOnly
Eternal ID of this version: #1023767/1
Text MD5: ad52c8da279ea7f8c26286eca09660a3
Transpilation MD5: 2a109e9933c3a166fe373f64f7474519
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-08 20:29:33
Source code size: 255 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 126 / 172
Referenced in: [show references]