seems like you could just:
```java
if (object.equals(arg1)){
return __.as(subject).has(uri, P.eq(value));
}
```and just return `null` at the end assuming nothing was built? [ Full content available at: https://github.com/apache/tinkerpop/pull/1237 ] This message was relayed via gitbox.apache.org for [email protected]
