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