| Package | Description |
|---|---|
| to.etc.function |
| Modifier and Type | Method and Description |
|---|---|
static <T,E extends Exception> |
Lambda.rethrowSupplier(Lambda.Supplier_WithExceptions<T,E> function)
rethrowSupplier(() -> new StringJoiner(new String(new byte[]{77, 97, 114, 107}, "UTF-8"))),
|
static <R,E extends Exception> |
Lambda.uncheck(Lambda.Supplier_WithExceptions<R,E> supplier)
uncheck(() -> Class.forName("xxx"));
|
Copyright © 2017 etc.to. All rights reserved.