| Package | Description |
|---|---|
| to.etc.function |
| Modifier and Type | Method and Description |
|---|---|
static <T,R,E extends Exception> |
Lambda.rethrowFunction(Lambda.Function_WithExceptions<T,R,E> function)
.map(rethrowFunction(name -> Class.forName(name))) or .map(rethrowFunction(Class::forName))
|
static <T,R,E extends Exception> |
Lambda.uncheck(Lambda.Function_WithExceptions<T,R,E> function,
T t)
uncheck(Class::forName, "xxx");
|
Copyright © 2017 etc.to. All rights reserved.