public interface Task extends Performable
| Modifier and Type | Method and Description |
|---|---|
static TaskBuilder |
called(String title) |
static <T extends Performable> |
thatPerforms(Runnable performableOperation) |
static <T extends Performable> |
thatPerforms(String title,
Runnable performableOperation) |
static <T extends Performable> |
where(Consumer<Actor> performableOperation) |
static <T extends Performable> |
where(String title,
Consumer<Actor> performableOperation) |
static <T extends Performable> |
where(String title,
T... steps) |
static <T extends Performable> |
where(T... steps) |
performAs, thenstatic <T extends Performable> AnonymousTask where(T... steps)
static TaskBuilder called(String title)
static <T extends Performable> AnonymousTask where(String title, T... steps)
static <T extends Performable> AnonymousPerformableFunction where(Consumer<Actor> performableOperation)
static <T extends Performable> AnonymousPerformableFunction where(String title, Consumer<Actor> performableOperation)
static <T extends Performable> AnonymousPerformableRunnable thatPerforms(Runnable performableOperation)
static <T extends Performable> AnonymousPerformableRunnable thatPerforms(String title, Runnable performableOperation)
Copyright © 2021. All rights reserved.