public final class DelayedLookup<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DelayedLookup.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> DelayedLookup.Builder<T> |
builder() |
T |
get() |
public static <T> DelayedLookup.Builder<T> builder()