public interface ContextualTaskBuilder
Scheduler, often combining parameters with
variables already known by this instance.| Modifier and Type | Method and Description |
|---|---|
Scheduler.Task |
consume(Consumer<Scheduler.Task> consumer) |
Scheduler.Task |
run(Runnable runnable) |
@Nonnull Scheduler.Task consume(@Nonnull Consumer<Scheduler.Task> consumer)
@Nonnull Scheduler.Task run(@Nonnull Runnable runnable)
Copyright © 2017. All rights reserved.