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