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

com.davidbracewell.function.CheckedRunnable Maven / Gradle / Ivy

There is a newer version: 0.5
Show newest version
package com.davidbracewell.function;

import java.io.Serializable;

/**
 * @author David B. Bracewell
 */
@FunctionalInterface
public interface CheckedRunnable extends Serializable{

  void run() throws Throwable;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy