Dumb question: how to read current Channel value?

Hello friends,

I have an ignorant question to which I am (sadly) having a hard time finding the answer:

If channel statuses are updated like this:

ThingHandler.updateState(channel, state)

How are they read back? There’s no Thing::getState(), or Channel::getState(), etc.