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

applySecond

open fun applySecond(arg2: A2): ((A1) -> R)!

Applies this function partially to second argument.

Parameters

arg2 - A2: the second function argument.

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