Class: AsyncNot

AsyncNot(…children)

new AsyncNot(…children)

The AsyncNot class takes one input and asynchronously computes its logical inverse
Parameters:
Name Type Attributes Description
children function | async-function | AsyncOr | AsyncAnd | AsyncNot <repeatable>
Operand must be one either a function which return a value to be evaluated or a nested logic operator
Source:

Extends

Methods

(async, package) compute()

Utility function which defines the behaviour of the operand
Overrides:
Source:

(package) getPromises()

Utility function which returns the list of promises for the operators children
Inherited From:
Source: