
com.github.endoscope.core.ExceptionalSupplier Maven / Gradle / Ivy
The newest version!
package com.github.endoscope.core;
public interface ExceptionalSupplier {
/**
* Gets a result.
*
* @return a result
*/
T get() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy