int minOrDefault(int Function(T) selector, int defaultValue) { return min(selector) ?? defaultValue; }