| Modifier and Type | Method and Description |
|---|---|
static <T,U> ToLongSQLBiFunction<T,U> |
ToLongSQLBiFunction.checked(ToLongBiFunction<? super T,? super U> function)
Returns a function that applies the
function function to its input, and unwraps any UncheckedSQLException that is thrown by
throwing its cause. |
| Modifier and Type | Method and Description |
|---|---|
static <T,U> ToLongBiFunction<T,U> |
ToLongSQLBiFunction.unchecked(ToLongSQLBiFunction<? super T,? super U> function)
Returns a function that applies the
function function to its input, and wraps any SQLException that is thrown in an
UncheckedSQLException. |
Copyright © 2017. All rights reserved.