public class Silenced
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Silenced.Exec |
static interface |
Silenced.Supplier<T> |
| Constructor and Description |
|---|
Silenced() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
exec(Silenced.Exec exec) |
static <T> T |
get(Silenced.Supplier<T> supplier) |
public static <T> T get(Silenced.Supplier<T> supplier)
public static boolean exec(Silenced.Exec exec)