Class DelayedScheduler
java.lang.Object
software.bluelib.api.utils.schedular.DelayedScheduler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull CompletableFuture<Void> static <A> @NotNull CompletableFuture<A>
-
Constructor Details
-
DelayedScheduler
public DelayedScheduler()
-
-
Method Details
-
schedule
@NotNull public static @NotNull CompletableFuture<Void> schedule(Runnable task, long delay, TimeUnit unit) -
schedule
@NotNull public static <A> @NotNull CompletableFuture<A> schedule(Supplier<A> supplier, long delay, TimeUnit unit)
-