type Set = Int => Boolean defines Set to mean a function from Int to Boolean. There is no ++ method on functions. That’s it.
0
solved Cannot resolve symbol ++ in Scala
type Set = Int => Boolean defines Set to mean a function from Int to Boolean. There is no ++ method on functions. That’s it.
0
solved Cannot resolve symbol ++ in Scala