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

io.github.cwdesautels.function.CheckedSupplier Maven / Gradle / Ivy

package io.github.cwdesautels.function;

@FunctionalInterface
public interface CheckedSupplier {
    T get() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy