sdk-common / com.tomtom.online.sdk.common.functional / Consumer3 / accept

accept

abstract fun accept(@NonNull first: T, @NonNull second: R, @NonNull third: S): Unit

Performs this operation on the given three arguments.

Parameters

first - T: consumed value.

second - R: consumed value.

third - S: consumed value.