berlin.yuna.survey.model.SupplierThrowable Maven / Gradle / Ivy
package berlin.yuna.survey.model;
@FunctionalInterface
public interface SupplierThrowable {
/**
* Gets a result.
*
* @return a result
*/
T get() throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy