Skip to main content

andConditions

Function
This function is defined in the conditions module.

Signature

def andConditions(...conditions: ConditionProtocol[]) -> ConditionProtocol

Returns

Returns
ConditionProtocol
The result of the operation.

Uses

  • FunctionCondition
  • evaluate
  • AND
  • describe

Source

View on GitHub

src/conditions/index.ts at line 255