Companion

object Companion

Functions

Link copied to clipboard
inline operator fun invoke(crossinline block: () -> Long): Clock

Utility function to create a Clock from the passed in block lambda instead of using the anonymous object : Clock syntax.