Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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