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