Exposes the available operators for a Condition
Members
Methods
# dif(val) → {Condition}
Test difference
Parameters:
Name | Type | Description |
---|---|---|
val |
any
|
the value to test |
# gt(val) → {Condition}
Test greater than
Parameters:
Name | Type | Description |
---|---|---|
val |
any
|
the value to test |
# gte(val) → {Condition}
Test greater or equal to
Parameters:
Name | Type | Description |
---|---|---|
val |
any
|
the value to test |
# lte(val) → {Condition}
Test lower or equal to
Parameters:
Name | Type | Description |
---|---|---|
val |
any
|
the value to test |