I get a NoSuchMethodError
when I run my unit test. My Scala code compiles, so why does it fail to find a method during runtime?
java.lang.NoSuchMethodError: com.twitter.algebird.Analytics$.mean(Lscala/Function2;)Lscala/Function1;
What does the (Lscala/Function2;)
and Lscala/Function1;
mean?