| Package | Description |
|---|---|
| com.atlassian.crowd.common.util | |
| com.atlassian.crowd.console.action.setup.database.validator |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> Function<T,R> |
ThrowingFunction.unchecked(ThrowingFunction<T,R> lambda)
Wraps a lambda by handling checked Exception - converting it into
RuntimeException |
static <T,R> Function<T,R> |
ThrowingFunction.unchecked(ThrowingFunction<T,R> lambda,
Function<Exception,? extends RuntimeException> exceptionMapper)
Wraps a lambda by handling checked Exception.
|
| Modifier and Type | Method and Description |
|---|---|
protected <R> Optional<R> |
AbstractDatabaseSettingsValidator.executeQuery(String sql,
ThrowingFunction<ResultSet,R> mapper) |
Copyright © 2025 Atlassian. All rights reserved.