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

apply

abstract fun apply(arg1: A1, arg2: A2): R

Applies this function to the given arguments.

Parameters

arg1 - A1: the first function argument.

arg2 - A2: the second function argument.

Return
R: the function result.