
com.pushtorefresh.storio.operations.PreparedWriteOperation Maven / Gradle / Ivy
package com.pushtorefresh.storio.operations;
import android.support.annotation.CheckResult;
import android.support.annotation.NonNull;
import rx.Completable;
/**
* Common API of prepared write operations
*
* @param type of result
*/
public interface PreparedWriteOperation extends PreparedOperation {
@NonNull
@CheckResult
Completable asRxCompletable();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy