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