hasNot is not a member of ...
Hi again, I'm trying to test every aspect of Tinkerprop3, here is one other place that don't match with Groovy version:
gs.V.as("a").properties("location").hasNot("endTime").as("b")
Error:(44, 41) value hasNot is not a member of com.tinkerpop.gremlin.scala.GremlinScala[com.tinkerpop.gremlin.structure.Property[Any],shapeless.::[com.tinkerpop.gremlin.scala.Vertex,shapeless.HNil]] gs.V.as("a").properties("location").hasNot("endTime").as("b")
and also this one: gs.V.has("name","gremlin").inE("uses").orderBy("skill") Error:(44, 44) value orderBy is not a member of com.tinkerpop.gremlin.scala.GremlinScala[com.tinkerpop.gremlin.scala.Edge,shapeless.HNil] gs.V.has("name","gremlin").inE("uses").orderBy("skill") ^
--Omid