static abstract class LiveValue { Class getType(); A get(); void onChange(Runnable l); void removeOnChangeListener(Runnable l); }