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

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

There is a newer version: 2.3.6
Show newest version
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