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