blob: 90a15eea0d85c63cb349822538b5d6cbd6a9d5fc [file] [log] [blame]
// Signature format: 3.0
package androidx.lifecycle {
@RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public abstract class ComputableLiveData<T> {
ctor public ComputableLiveData();
ctor public ComputableLiveData(java.util.concurrent.Executor);
method @WorkerThread protected abstract T! compute();
method public androidx.lifecycle.LiveData<T!> getLiveData();
method public void invalidate();
}
}