I am wondering why such a method is not available on the Obs class
What would be the return type for Obs.getValue()
@dkayiwa The value from the correct getValueXX method
What would be the exact method signature? Hopefully you are not looking for Obs.getValueAsString()
@dkayiwa Now that you mention it
Obs.getValue() - Object, and Obs.getValueAsString() would be an excellent but not critical addition
FWIW, Obs.getValueAsString() already exists.
@dkayiwa Thanks!! I had not seen that