Class GlobalPromise<T>
java.lang.Object
com.ticxo.modelengine.api.utils.promise.AbstractPromise<T>
com.ticxo.modelengine.api.utils.promise.AbstractFoliaPromise<T>
com.ticxo.modelengine.api.utils.promise.GlobalPromise<T>
-
Method Summary
Modifier and TypeMethodDescriptionprotected <U> AbstractPromise<U>protected voidexecuteSync(Runnable runnable) protected voidexecuteSync(Runnable runnable, int delay) Methods inherited from class com.ticxo.modelengine.api.utils.promise.AbstractFoliaPromise
executeAsync, executeAsyncMethods inherited from class com.ticxo.modelengine.api.utils.promise.AbstractPromise
cancel, get, get, isCancelled, isDone, runAsync, runAsyncDelay, runSync, runSyncDelay, supplyAsync, supplyAsyncDelay, supplySync, supplySyncDelay, thenApplyAsync, thenApplyAsyncDelay, thenApplySync, thenApplySyncDelayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.ticxo.modelengine.api.utils.promise.Promise
thenAcceptAsync, thenAcceptAsyncDelay, thenAcceptSync, thenAcceptSyncDelay, thenRunAsync, thenRunAsyncDelay, thenRunSync, thenRunSyncDelay
-
Method Details
-
createEmpty
- Specified by:
createEmptyin classAbstractPromise<T>
-
executeSync
- Specified by:
executeSyncin classAbstractPromise<T>
-
executeSync
- Specified by:
executeSyncin classAbstractPromise<T>
-