java.lang.NoSuchMethodException: scala.collection.immutable.$colon$colon
问题 I am trying to call a function using a variable as String type dynamically i.e. variable will contain a function name as String. So, I need to call a function using that variable. So, I am using Scala Reflection. It is working if the function is accepting datatype as Sting, But it is throwing error List[Map[String, Double]] I used below link to refer a code Is there any Scala feature that allows you to call a method whose name is stored in a string? and below is a test program which I am