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

9
LINES

< > BotCompany Repo | #1013061 // ai_matrixUnpack

JavaX fragment (include)

static L<S> ai_matrixUnpack(L<S> rels) {
  new L<S> out;
  new Matches m;
  for (S rel : unnull(rels)) {
    S a = ai_matrix_verbToAnswer(rel);
    if (nempty(a)) out.add(a);
  }
  ret out;
}

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: #1013061
Snippet name: ai_matrixUnpack
Eternal ID of this version: #1013061/3
Text MD5: c7fd8c0b49f541f30b5f84735e9b94ea
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-24 19:48:08
Source code size: 199 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 280 / 310
Version history: 2 change(s)
Referenced in: [show references]