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