Hi,

Since TinkerPop added `supportsNullPropertyValues` users need to call
`property.isPresent() && property.value() != null` to do a null check.
I propse adding a `isNull` to the Property interface to reduce the
typing required.

Regards
Pieter

Reply via email to