public class SilentTask
extends java.lang.Object
| Constructor and Description |
|---|
SilentTask() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Performable> |
where(java.lang.String title,
T... steps) |
static <T extends Performable> |
where(T... steps) |
public static <T extends Performable> AnonymousTask where(java.lang.String title, T... steps)
public static <T extends Performable> AnonymousTask where(T... steps)