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

Package com.tomtom.online.sdk.common.func

Types

Block

interface Block<T : Any!>

Represents a command that can be executed.

BlockWithIndex

interface BlockWithIndex<T : Any!>

Represents a command that can be executed and stores the index.

FuncUtils

open class FuncUtils

Utility methods to execute Block functions.