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