Callback

fun interface Callback<in T>

Functions

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