@Ichoran suggests to rename them to `mappedValueView` / `filteredKeyView` (https://github.com/scala/bug/issues/4776#issuecomment-394183317). For naming, I think `mapValuesView` / `filterKeysView` would be more consistent, as the strict methods are called `map` / `filter` (not `mapped` / `filtered`). "Alternatively, return a value class with a single method, `view`, that gives out the view"