Interface TaskChainer.DelayedTask

All Superinterfaces:
Supplier<CompletableFuture<?>>
Enclosing interface:
TaskChainer

public static interface TaskChainer.DelayedTask extends Supplier<CompletableFuture<?>>
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get