Function

A function that accepts one argument and produces a result. Similar to java.util.function.Function without Min SDK restriction

Functions

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