
org.nohope.test.stress.functors.Get Maven / Gradle / Ivy
The newest version!
package org.nohope.test.stress.functors;
/**
* @author Ketoth Xupack
* @since 2013-12-29 18:39
*/
@FunctionalInterface
public interface Get {
T get() throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy