getState

inline fun <ID, V : Value<ID, V, S>, S : State<ID, V, S>> getState(): S?

Get the state of the underlying value. This reflects the state that could not be transitioned successfully.