@API(status=STABLE) @FunctionalInterface public interface ThrowingSupplier<T,X extends Throwable> extends Supplier<T>
| Modifier and Type | Method and Description |
|---|---|
default T |
get() |
T |
tryGet() |
Copyright © 2015–2018 Zalando SE. All rights reserved.