1. 7
    Transition State based on Existing State using the State ADT
    5m 31s

Transition State based on Existing State using the State ADT

Share this video with your friends

Send Tweet

While sometimes outside input can have influence on how a given stateful transaction transitions, there are many times where the current state at the time of a transaction. We can see the power of this type of transaction by seeing what it would take to read from two different locations in state in parallel and then pass on the result of combining them under a comparison operation to another transition that will set a different location based on the result.