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

co.pragmati.function.throwing.ThrowingSupplier Maven / Gradle / Ivy

The newest version!
package co.pragmati.function.throwing;

@FunctionalInterface
public interface ThrowingSupplier {

    T get() throws E;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy