All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pushtorefresh.storio.operations.PreparedWriteOperation Maven / Gradle / Ivy

There is a newer version: 1.13.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy