Evaluator
A function that determines whether a new incoming value should reject or resolve the promise.
Type parameters
• SubscriptionType
Evaluator(
value
):any
Parameters
• value: SubscriptionType
Returns
any
A function that determines whether a new incoming value should reject or resolve the promise.
• SubscriptionType
Evaluator(
value
):any
• value: SubscriptionType
any