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

io.horizon.fn.ExceptionSupplier Maven / Gradle / Ivy

The newest version!
package io.horizon.fn;

/**
 * Supplier function interface, this interface could throw out
 * java.lang.Exception for specific use.
 *
 * @param 
 */
@FunctionalInterface
public interface ExceptionSupplier extends ESupplier {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy