Function1

fun interface Function1<in T, out R>

Functions

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