com.github.akurilov.commons.concurrent.InitCallable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-commons Show documentation
Show all versions of java-commons Show documentation
Common functionality Java library
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