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

com.nytimes.android.external.store.base.DiskRead Maven / Gradle / Ivy

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

import javax.annotation.Nonnull;

import rx.Observable;

public interface DiskRead {
    @Nonnull
    Observable read(@Nonnull Key key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy