sdk-common / com.tomtom.online.sdk.common.functional / Consumer2

Consumer2

@FunctionalInterface interface Consumer2<T : Any!, R : Any!>

Represents a operation that accepts a two input arguments and doesn't return any result.

Functions

accept

abstract fun accept(first: T, second: R): Unit

Performs this operation on the given two arguments.