WaitSignalShouldNotifyPredicate

Functional interface for defining predicate logic to determine whether notification should be sent for specific wait signals. Provides fine-grained control over when wait strategies receive notifications based on the content and context of the signal.

Inheritors

Functions

Link copied to clipboard
abstract fun shouldNotify(signal: WaitSignal): Boolean

Evaluates whether the wait signal should trigger a notification. Allows for complex filtering logic based on signal properties like stage, function info, error status, etc.