static SimpleLiveValue simpleLiveValue(Class type) { ret SimpleLiveValue(type); } static SimpleLiveValue simpleLiveValue(Class type, A value) { ret SimpleLiveValue(type, value); }