Yang Xia created TINKERPOP-3175:
-----------------------------------
Summary: Add boolean conversion step asBool()
Key: TINKERPOP-3175
URL: https://issues.apache.org/jira/browse/TINKERPOP-3175
Project: TinkerPop
Issue Type: New Feature
Components: language
Affects Versions: 3.8.0
Reporter: Yang Xia
Adds a step to help convert values into boolean, e.g.:
{code:java}
g.inject(0).asBool()
==> false
g.inject(1).asBool()
==> true {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
