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

com.github.mictaege.lenientfun.LenientSupplier Maven / Gradle / Ivy

package com.github.mictaege.lenientfun;


/** @see java.util.function.Supplier */
@FunctionalInterface
public interface LenientSupplier {

    @SuppressWarnings("squid:S00112")
    T get() throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy