Contents

evaluate()

Evaluate this instance’s underlying condition.

Declaration

func evaluate() async throws -> Bool

Return Value

The result of evaluating this instance’s underlying condition.

Discussion

The evaluation is performed each time this function is called, and is not cached.