WaitSignalShouldNotifyPredicate

Functional interface for defining predicate logic to determine whether notification should be sent for wait signals.

Inheritors

Functions

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

Determine whether the wait signal should trigger a notification.