@FunctionalInterface public interface ThrowingSupplier<T,X extends Throwable> extends Supplier<T>
default T
get()
T
tryGet()
T tryGet() throws X extends Throwable
X extends Throwable
default T get()
get
Supplier<T>
Copyright © 2015–2017 Zalando SE. All rights reserved.