@FunctionalInterface
public static interface FieldInitializer.ThrowingSupplier<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
static <T> FieldInitializer.ThrowingSupplier<T> |
getFirst(FieldInitializer.ThrowingSupplier<T>... suppliers) |
@SafeVarargs static <T> FieldInitializer.ThrowingSupplier<T> getFirst(FieldInitializer.ThrowingSupplier<T>... suppliers)
T get() throws java.lang.Throwable
java.lang.Throwable