Warum habe ich diesen Fehler?Scala Set, mehrdeutige Referenz zu überladene Definition
Error:(5, 18) ambiguous reference to overloaded definition, both method startsWith in class String of type (x$1: String)Boolean and method startsWith in class String of type (x$1: String, x$2: Int)Boolean match expected type ? fruit filter (_.startsWith == "ap")
val Obst = Set ("App", "b", "c")
Fruchtfilter (_.startsWith == "ap")