Class: P

P()

new P()

Represents an operation.
Source:

Methods

(static) between(…args)

Parameters:
Name Type Attributes Description
args Object <repeatable>
Source:

(static) eq(…args)

Parameters:
Name Type Attributes Description
args Object <repeatable>
Source:

(static) gt(…args)

Parameters:
Name Type Attributes Description
args Object <repeatable>
Source:

(static) gte(…args)

Parameters:
Name Type Attributes Description
args Object <repeatable>
Source:

(static) inside(…args)

Parameters:
Name Type Attributes Description
args Object <repeatable>
Source:

(static) lt(…args)

Parameters:
Name Type Attributes Description
args Object <repeatable>
Source:

(static) lte(…args)

Parameters:
Name Type Attributes Description
args Object <repeatable>
Source:

(static) neq(…args)

Parameters:
Name Type Attributes Description
args Object <repeatable>
Source:

(static) not(…args)

Parameters:
Name Type Attributes Description
args Object <repeatable>
Source:

(static) outside(…args)

Parameters:
Name Type Attributes Description
args Object <repeatable>
Source:

(static) test(…args)

Parameters:
Name Type Attributes Description
args Object <repeatable>
Source:

toString() → {string}

Returns the string representation of the instance.
Source:
Returns:
Type
string