
sortpom.util.CheckedSupplier Maven / Gradle / Ivy
package sortpom.util;
/**
* Added supplier that can return a checked exception
*/
@FunctionalInterface
interface CheckedSupplier {
T get() throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy