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

com.strobel.functions.Supplier Maven / Gradle / Ivy

package com.strobel.functions;

public interface Supplier {
    T get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy