Alias for filter that reads more naturally next to mapList.
Result<List<T>> whereResult(bool Function(T item) test) => filter(test);