addLazyStateResolutionHint

abstract fun addLazyStateResolutionHint(description: String, targetState: Lazy<IState>)

Allows to specify state as lazy value. Lazy initializer should not be used to dynamically calculate a state. Use it only to delay state's variable access. See StateResolutionHint