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

10
LINES

< > BotCompany Repo | #1023238 // litAttractorsBySpace

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

Libraryless. Click here for Pure Java version (10433L/73K).

static MultiMap<S, IAttractor> litAttractorsBySpace(O... params) {
  S space = MultiSpaceReasoning1.objectiveSpace;
  new MultiMap<S, IAttractor> mm;
  for unnull (O o : params)
    if (o cast S)
      space = o;
    else if (o != null)
      mm.put(space, o/IAttractor);
  ret mm;
}

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: #1023238
Snippet name: litAttractorsBySpace
Eternal ID of this version: #1023238/5
Text MD5: 6f108271662ad446848cd63b5403002c
Transpilation MD5: c6f1e4a28d2c822de87bf713efa964e1
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-19 01:20:10
Source code size: 292 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 164 / 244
Version history: 4 change(s)
Referenced in: [show references]