Interface: NotPredicate
Defined in: src/batteries/orchestration/predicates.ts:53
A predicate that is satisfied exactly when its single member is NOT satisfied.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
not | StructuredPredicate | The member predicate; its negation is the result. | src/batteries/orchestration/predicates.ts:55 |