Function

fun interface Function<T, R>

Interface for simple functions.

Functions

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