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

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

package com.github.akurilov.commons.concurrent;

import java.util.concurrent.Callable;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy