![JAR search and dependency download from the Maven repository](/logo.png)
com.g2forge.alexandria.java.concurrent.IFuture 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.tuple.ITuple1G_;
public interface IFuture extends ITuple1G_, IOpaqueFuture {
/**
* Synchronously get the value of this future, potentially blocking until it is resolved.
*/
@Override
public T get0();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy