| Modifier and Type | Method and Description |
|---|---|
static <R,T extends Throwable> |
FauxPas.failedWith(Class<T> type,
ThrowingConsumer<? super T,Throwable> action) |
static <T,R,X extends Throwable> |
FauxPas.throwingBiConsumer(ThrowingBiConsumer<T,R,X> consumer) |
| Modifier and Type | Method and Description |
|---|---|
static <T,R,X extends Throwable> |
FauxPas.throwingBiConsumer(ThrowingBiConsumer<T,R,X> consumer) |
static <O extends AutoCloseable,I extends AutoCloseable,X extends Throwable> |
TryWith.tryWith(O outer,
I inner,
ThrowingBiConsumer<O,I,X> consumer) |
Copyright © 2015–2018 Zalando SE. All rights reserved.