public static final class Throwables.LazyInitializer<T,E extends Throwable> extends Object implements Throwables.Supplier<T,E>
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
static <T,E extends Throwable> |
of(Throwables.Supplier<T,E> supplier) |
public static <T,E extends Throwable> Throwables.LazyInitializer<T,E> of(Throwables.Supplier<T,E> supplier)
T - supplier - Copyright © 2021. All rights reserved.