com.nytimes.android.external.cache.Supplier Maven / Gradle / Ivy
The newest version!
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package com.nytimes.android.external.cache;
import javax.annotation.Nonnull;
public interface Supplier {
@Nonnull
T get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy