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

com.github.akurilov.commons.concurrent.InitRunnable Maven / Gradle / Ivy

The newest version!
package com.github.akurilov.commons.concurrent;

/**
 A {@link Runnable} which can be initialized and should be initialized before being invoked.
 */
public interface InitRunnable
extends Initializable, Runnable {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy