static L withoutSecretDialogs(L dialogs) { ret filter(dialogs, func(Dialog d) { !containsIgnoreCase(d.snippet.title, "secret") }); }