Mukesh Prajapati

Results 1 issues of Mukesh Prajapati

This is regarding below example: "val twoAndThree = m.view.filterKeys(Set(2,3)).toMap" `filterKeys` is not a member of `scala.collection.IterableView`, so the example mentioned gives compile time error. Therefore, I updated the example to...