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