enumValueOrDefault

private inline fun <T : Enum<T>> enumValueOrDefault(index: Int, default: T): T(source)

Executes the function step in the SDAI data layer.

Return

Result produced by function.

Author

Dmitriy Moroz

Parameters

index

index value consumed by the API.

default

default value consumed by the API.