Class CompletableBukkitFuture
java.lang.Object
de.eldoria.eldoutilities.threading.futures.CompletableBukkitFuture
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic BukkitFutureResult<Void>
static BukkitFutureResult<Void>
static <T> BukkitFutureResult<T>
supplyAsync
(Supplier<T> supplier) static <T> BukkitFutureResult<T>
supplyAsync
(Supplier<T> supplier, Executor executor)
-
Constructor Details
-
CompletableBukkitFuture
public CompletableBukkitFuture()
-
-
Method Details
-
supplyAsync
-
supplyAsync
-
runAsync
-
runAsync
-