stepAs

inline fun <E : Enum<E>> stepAs(): E?

Retrieves the step identifier as the specified enum type.

Return

The enum value if the step is of the correct type, null otherwise

Parameters

E

The expected enum type