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

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

package com.github.akurilov.commons.concurrent;

/**
 * Something what may be initialized once
 */
public interface Initializable {

	/**
	 * @return true if initialized, false otherwise
	 */
	boolean isInitialized();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy