gremlin-scala icon indicating copy to clipboard operation
gremlin-scala copied to clipboard

hasNot is not a member of ...

Open omidb opened this issue 11 years ago • 0 comments

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

omidb avatar Nov 17 '14 03:11 omidb