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

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 - 2024 Weber Informatics LLC | Privacy Policy