com.nytimes.android.external.cache3.Supplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cache3 Show documentation
Show all versions of cache3 Show documentation
Store3 is built with RxJava2
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package com.nytimes.android.external.cache3;
import javax.annotation.Nonnull;
public interface Supplier {
@Nonnull
T get();
}