| Modifier and Type | Interface and Description |
|---|---|
interface |
ThrowingUnaryOperator<T,X extends Throwable> |
| Modifier and Type | Method and Description |
|---|---|
static <T,R,X extends Throwable> |
FauxPas.throwingFunction(ThrowingFunction<T,R,X> function) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Throwable,R> |
FauxPas.partially(Class<T> type,
ThrowingFunction<T,R,Throwable> function) |
static <R> Function<Throwable,R> |
FauxPas.partially(ThrowingFunction<Throwable,R,Throwable> function) |
static <T,R,X extends Throwable> |
FauxPas.throwingFunction(ThrowingFunction<T,R,X> function) |
static <R extends AutoCloseable,T,X extends Throwable> |
TryWith.tryWith(R resource,
ThrowingFunction<R,T,X> supplier) |
Copyright © 2015–2018 Zalando SE. All rights reserved.