Package com.microstrategy.utils.function
Interface ThrowingSupplier<T,E extends java.lang.Exception>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ThrowingSupplier<T,E extends java.lang.Exception>
This functional interface is designed as a workaround for methods that will throw exceptions and reported by Veracode as CWE 201 and 209- Since:
- MicroStrategy Web 11.3.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
-