Libraryless. Click here for Pure Java version (10433L/73K).
1 | static MultiMap<S, IAttractor> litAttractorsBySpace(O... params) {
|
2 | S space = MultiSpaceReasoning1.objectiveSpace; |
3 | new MultiMap<S, IAttractor> mm; |
4 | for unnull (O o : params) |
5 | if (o cast S) |
6 | space = o; |
7 | else if (o != null) |
8 | mm.put(space, o/IAttractor); |
9 | ret mm; |
10 | } |
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: | 448 / 603 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |