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

runner.Runner Maven / Gradle / Ivy

package runner;

public class Runner
{
    public static void run(Runnable r)
    {
        r.run();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy