Package de.gematik.ncpeh.api.mock.util
Interface ThrowingSupplier<T,E extends Throwable>
- Type Parameters:
T- Type which will be returned by the get function of the supplierE-Throwabletype, which might be thrown by the provided code
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Simple functional supplier interface to be able to include code in the supplier, which throws
predefined exceptions
-
Method Summary