doubleAccessWatcher

@ApiStatus.Experimental
@ApiStatus.AvailableSince(value = "5.0.0")
fun Delegates.doubleAccessWatcher(delay: Duration = 500.milliseconds): ReadOnlyProperty<Any?, Boolean>

A Variant of AccessWatcher that will return true if the property is accessed twice within 500 Milliseconds.

Parameters

delay

The duration of time that if count calls are received within will result in a true result.