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

6
LINES

< > BotCompany Repo | #1022353 // gazelle_reasonAgain - old

JavaX fragment (include)

svoid gazelle_reasonAgain(Collector<GazelleTree> collector, L<GazelleTree> inputs, O... _) {
  if (collector.full()) ret;
  for (GazelleTree t : inputs)
    for (GazelleTree out : gazelle_postprocess(gazelle_reasonWithPreprocessing(t.line, _), _))
      if (collector.add(out)) ret;
}

Author comment

Began life as a copy of #1022142

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: #1022353
Snippet name: gazelle_reasonAgain - old
Eternal ID of this version: #1022353/5
Text MD5: 594e54ad9a21f1ed02b10700400ae118
Author: stefan
Category: javax / gazelle
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-18 17:07:59
Source code size: 289 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 222 / 237
Version history: 4 change(s)
Referenced in: [show references]