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

net.dongliu.commons.function.ESupplier Maven / Gradle / Ivy

There is a newer version: 12.0.2
Show newest version
package net.dongliu.commons.function;

/**
 * @author Liu Dong
 */
@FunctionalInterface
public interface ESupplier {

    /**
     * Gets a result.
     *
     * @return a result
     */
    T get() throws Exception;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy