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

com.nytimes.android.external.store3.base.DiskErase Maven / Gradle / Ivy

package com.nytimes.android.external.store3.base;


import javax.annotation.Nonnull;

import io.reactivex.Observable;

public interface DiskErase {
    /**
     * @param key to use to delete a particular file using persister
     */
    @Nonnull
    Observable delete(@Nonnull Key key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy