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

5
LINES

< > BotCompany Repo | #1023250 // applyAttractors_es_step (collects emits from matching attractors)

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

Transpiled version (2342L) is out of date.

static Set<ES> applyAttractors_es_step(L<? extends IAttractor> attractors, ES s) {
  ret concatListsToCISet_es(map(attractors, attractor ->
    attractor.matches_public(s) ? getStringEmits_es(attractor) : null
  );
}

Author comment

Began life as a copy of #1023236

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: #1023250
Snippet name: applyAttractors_es_step (collects emits from matching attractors)
Eternal ID of this version: #1023250/4
Text MD5: 4856d8d607a7c9c8a02ad6d76e1e5335
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-06-27 15:27:22
Source code size: 220 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 191 / 251
Version history: 3 change(s)
Referenced in: [show references]