TimeProvider

fun interface TimeProvider : Function0<Long>

An interface that provides the current time in milliseconds.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract operator override fun invoke(): Long

Returns the current time in milliseconds.