@FunctionalInterface public interface ThrowableSupplier<T>
Borrowed from java 8 java.util.function, just added `throws` support.
Modifier and Type | Method and Description |
---|---|
T |
get()
Gets a result.
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.