Runner

fun interface Runner<T> : Function0<T>

Functions

Link copied to clipboard
abstract operator fun invoke(): T