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

applyFirst

open fun applyFirst(arg1: A1): ((A2) -> R)!

Applies this function partially to first argument.

Parameters

arg1 - A1: the first function argument.

Return
((A2) -> R)!: partially applied function.