LiveData<T> apply(void Function(LiveData<T> liveData) apply) { apples.add(apply); applyOnce(apply); return this; }