Function matrix_sdk_ui::room_list_service::filters::new_filter_any
source ยท pub fn new_filter_any(filters: Vec<BoxedFilterFn>) -> impl Filter
Expand description
Create a new filter that will run multiple filters. It returns true
if at
least one of the filter returns true
.