Class LegacyPromise<T>

java.lang.Object
com.ticxo.modelengine.api.utils.promise.AbstractPromise<T>
com.ticxo.modelengine.api.utils.promise.LegacyPromise<T>
All Implemented Interfaces:
Promise<T>, Future<T>

public class LegacyPromise<T> extends AbstractPromise<T>