Skip to main content

notCondition

Function
This function is defined in the conditions module.

Signature

def notCondition(condition: ConditionProtocol) -> ConditionProtocol

Returns

Returns
ConditionProtocol
The result of the operation.

Uses

  • FunctionCondition
  • evaluate
  • NOT
  • describe

Source

View on GitHub

src/conditions/index.ts at line 287