gremlin
Preparing search index...
process/traversal
TextP
Class TextP<T1, T2>
Type Parameters
T1
=
any
T2
=
any
Index
Constructors
constructor
Properties
operator
other
value
Methods
and
or
to
String
containing
ending
With
not
Containing
not
Ending
With
not
Regex
not
Starting
With
regex
starting
With
Constructors
constructor
new
TextP
<
T1
=
any
,
T2
=
any
>
(
operator
:
string
,
value
:
T1
,
other
:
T2
,
)
:
TextP
<
T1
,
T2
>
Represents an operation.
Type Parameters
T1
=
any
T2
=
any
Parameters
operator
:
string
value
:
T1
other
:
T2
Returns
TextP
<
T1
,
T2
>
Properties
operator
operator
:
string
other
other
:
T2
value
value
:
T1
Methods
and
and
(
arg
:
any
)
:
P
<
TextP
<
T1
,
T2
>
,
any
>
Parameters
arg
:
any
Returns
P
<
TextP
<
T1
,
T2
>
,
any
>
or
or
(
arg
:
any
)
:
P
<
TextP
<
T1
,
T2
>
,
any
>
Parameters
arg
:
any
Returns
P
<
TextP
<
T1
,
T2
>
,
any
>
to
String
toString
()
:
string
Returns the string representation of the instance.
Returns
string
Static
containing
containing
(
...
args
:
any
[]
)
:
any
Parameters
...
args
:
any
[]
Returns
any
Static
ending
With
endingWith
(
...
args
:
any
[]
)
:
any
Parameters
...
args
:
any
[]
Returns
any
Static
not
Containing
notContaining
(
...
args
:
any
[]
)
:
any
Parameters
...
args
:
any
[]
Returns
any
Static
not
Ending
With
notEndingWith
(
...
args
:
any
[]
)
:
any
Parameters
...
args
:
any
[]
Returns
any
Static
not
Regex
notRegex
(
...
args
:
any
[]
)
:
any
Parameters
...
args
:
any
[]
Returns
any
Static
not
Starting
With
notStartingWith
(
...
args
:
any
[]
)
:
any
Parameters
...
args
:
any
[]
Returns
any
Static
regex
regex
(
...
args
:
any
[]
)
:
any
Parameters
...
args
:
any
[]
Returns
any
Static
starting
With
startingWith
(
...
args
:
any
[]
)
:
any
Parameters
...
args
:
any
[]
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
operator
other
value
Methods
and
or
to
String
containing
ending
With
not
Containing
not
Ending
With
not
Regex
not
Starting
With
regex
starting
With
gremlin
Loading...
Represents an operation.