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

9
LINES

< > BotCompany Repo | #1020704 // watchSpeechConfirmations_fromStart

JavaX fragment (include)

1  
static AutoCloseable watchSpeechConfirmations_fromStart(final VF2<S, S> r) {
2  
  ret watchStructureLog_fromStart(speechConfirmationLogFile(), voidfunc(O o) {
3  
    if (o cast Map) {
4  
      S heard = getString(o, 'heard), corrected = getString(o, 'corrected);
5  
      if (empty(heard) || empty(corrected) || eqic(heard, corrected)) ret;
6  
      callF(r, heard, corrected);
7  
    }
8  
  });
9  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020704
Snippet name: watchSpeechConfirmations_fromStart
Eternal ID of this version: #1020704/1
Text MD5: bc00b5e043ed8069a588ce6ee37a88ec
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-31 20:10:39
Source code size: 384 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 204 / 236
Referenced in: [show references]