![JAR search and dependency download from the Maven repository](/logo.png)
com.g2forge.alexandria.java.concurrent.IPromise Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ax-java Show documentation
Show all versions of ax-java Show documentation
Standard Java library and the basis of the ${alexandria.name} project.
package com.g2forge.alexandria.java.concurrent;
import com.g2forge.alexandria.java.core.iface.ICallback;
import com.g2forge.alexandria.java.tuple.ITuple1_S;
public interface IPromise extends ITuple1_S, ICallback, IOpaquePromise {
/**
* Make the current value of this promise the final value, and notify any futures.
*/
@Override
public void invoke();
@Override
public IPromise set0(T value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy