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

com.nytimes.android.external.cache3.Supplier Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
//
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy