--
You received this message because you are subscribed to the Google Groups "scala-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 3/9/17 1:29 PM, dali.mi...@gmail.com wrote:
I am using Graphx with java. I want to use the Graph.mapVertices() method and I need to pass Predef.$eq$colon$eq<VD,VD2> argument.
class Leibniz {
static <T> scala.Predef.$eq$colon$eq<T, T> reflexivity() {
return scala.Predef.$eq$colon$eq$.MODULE$.tpEquals();
}
}
s/VD1/VD2/g of course.