apply

abstract fun apply(value: T): R(source)

Applies the function to the argument parameter.

Return

the result after applying function

Parameters

value

the argument for the function