Package-level declarations

Types

Link copied to clipboard
@ApiStatus.Experimental
@ApiStatus.AvailableSince(value = "5.0.0")
class AccessWatcher : ReadOnlyProperty<Any?, Boolean>

A delegate that will monitor its access, and if ReadOnlyProperty.getValue is called count within delay, it will return a true value.

Functions

Link copied to clipboard
@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.