sbool mapLike isTrueOrEmitFailure(O f, O... args) { if (isTrue(callF(f, args))) true; ret false with emit(Failure(FunctionCall(f, args))); }