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

6
LINES

< > BotCompany Repo | #1023207 // functionReturningList_transitiveHull_ciSet_es

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

Libraryless. Click here for Pure Java version (2275L/15K).

// f : ES -> Collection<ES>
static Set<ES> mapLike functionReturningList_transitiveHull_ciSet_es(O f, ES input, O... _) {
  Set<ES> seen = optPar seen(_, linkedCISet_es());
  exhaustIterator(repeatFunctionReturningList_iterator(f, input, paramsPlus(_, +seen)));
  ret seen;
}

Author comment

Began life as a copy of #1023182

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: #1023207
Snippet name: functionReturningList_transitiveHull_ciSet_es
Eternal ID of this version: #1023207/3
Text MD5: e88d90641d802f84a55283904a9a93f8
Transpilation MD5: f134137db07016613f568318aa512332
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-16 20:03:15
Source code size: 280 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 216 / 276
Version history: 2 change(s)
Referenced in: [show references]