sdk-common / com.tomtom.online.sdk.common.func / Block

Block

interface Block<T : Any!>

Represents a command that can be executed.

Functions

apply

abstract fun apply(input: T): Unit

Starts executing the active part of the class' code.