static abstract class LiveValue is IHasChangeListeners { abstract Class getType(); abstract A get(); }