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

6
LINES

< > BotCompany Repo | #1029140 // onActiveOrPassiveSpeechRecognized - for either mode

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

Libraryless. Click here for Pure Java version (4036L/26K).

static AutoCloseable onActiveOrPassiveSpeechRecognized(IVF1<S> f) {
  if (f == null) null;
  ret combineAutoCloseables(
    onSpeechRecognized(f),
    onPassiveSpeechRecognized(f));
}

Author comment

Began life as a copy of #1029138

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029140
Snippet name: onActiveOrPassiveSpeechRecognized - for either mode
Eternal ID of this version: #1029140/4
Text MD5: 06ddfd87c6d01db9f0deb35909d49d63
Transpilation MD5: 4498274575c751d9d9f5f7fdb1f31caf
Author: stefan
Category: javax / speech
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-07-21 21:38:29
Source code size: 188 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 112 / 176
Version history: 3 change(s)
Referenced in: [show references]