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

3
LINES

< > BotCompany Repo | #1010669 // web_allOperands - get all operands of multiple nodes; relations can be empty

JavaX fragment (include)

static L<WebNode> web_allOperands(Collection<WebNode> nodes, fS... relations) {
  ret concatMap(func(WebNode n) { web_operands(n, relations) }, nodes);
}

Author comment

Began life as a copy of #1010668

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: #1010669
Snippet name: web_allOperands - get all operands of multiple nodes; relations can be empty
Eternal ID of this version: #1010669/6
Text MD5: 25db57300cfbeea3dd7855f6ea7415d7
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-28 17:51:52
Source code size: 155 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 456 / 464
Version history: 5 change(s)
Referenced in: [show references]