
one.xingyi.interfaces.SupplierWithExceptionE Maven / Gradle / Ivy
package one.xingyi.interfaces;
@FunctionalInterface
public interface SupplierWithExceptionE {
public T get() throws E;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy