public interface ThrowableSupplier<T>
Borrowed from java 8 java.util.function, just added `throws` support.
T
get()
T get() throws Throwable
Throwable
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.