public class BackendTask extends Object
| Constructor and Description |
|---|
BackendTask() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Performable> |
where(String title,
T... steps) |
static <T extends Performable> |
where(T... steps) |
public static <T extends Performable> AnonymousTask where(String title, T... steps)
public static <T extends Performable> AnonymousTask where(T... steps)
Copyright © 2021. All rights reserved.