@ExtensionClass @MissingDocumentation public class HoldingUtils extends java.lang.Object
| Constructor and Description |
|---|
HoldingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Holder<T> |
hold(T obj) |
static <T> Pointer<T> |
point(T obj) |
static Switch |
switchFor(boolean value) |