| Modifier and Type | Method and Description |
|---|---|
T |
get() |
static <T,E extends Exception> |
narrow(ILazy<? extends T,E> lazy) |
static <T,E extends Exception> |
of(Class<E> exceptionClass,
ISupplier<T,E> supplier) |
static <T> ILazy<T,RuntimeException> |
of(ISupplier<T,RuntimeException> supplier) |
IOptional<T,E> |
optional() |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.