@API(status=STABLE) @FunctionalInterface public interface ThrowingFunction<T,R,X extends Throwable> extends Function<T,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T t) |
R |
tryApply(T t) |
Copyright © 2015–2018 Zalando SE. All rights reserved.