| Modifier and Type | Method and Description |
|---|---|
static <In1,In2,Out> |
Unchecker.uncheck(Unchecker.ThrowingBiFunction<In1,In2,Out> function)
As
Unchecker.uncheck(alexh.Unchecker.ThrowingBiFunction, java.util.function.Function)
wrapping checked exceptions in RuntimeExceptions |
static <In1,In2,Out> |
Unchecker.uncheck(Unchecker.ThrowingBiFunction<In1,In2,Out> function,
Function<Throwable,? extends RuntimeException> exTransformer)
|
Copyright © 2016. All rights reserved.