public class TestModeFlags
extends java.lang.Object
Constructor and Description |
---|
TestModeFlags() |
Modifier and Type | Method and Description |
---|---|
static void |
addListener(TestModeFlagListener listener) |
static <T> T |
get(Key<T> flag) |
static boolean |
is(Key<java.lang.Boolean> flag) |
static void |
reset(Key<?> flag) |
static <T> T |
set(Key<T> flag,
T value) |
static <T> void |
set(Key<T> flag,
T value,
Disposable parentDisposable) |
public static <T> T set(Key<T> flag, T value)
public static void reset(Key<?> flag)
public static <T> void set(Key<T> flag, T value, Disposable parentDisposable)
public static <T> T get(Key<T> flag)
public static boolean is(Key<java.lang.Boolean> flag)
public static void addListener(TestModeFlagListener listener)