sdk-common / com.tomtom.online.sdk.common.functional / Function1 / apply

apply

abstract fun apply(value: A): R

Applies this function to the given argument.

Parameters

value - A: the function argument.

Return
R: the function result.