All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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